SOURCES: awffull.cron, awffull.sysconfig - removed deprecated options
dzeus
dzeus at pld-linux.org
Tue Feb 3 23:52:17 CET 2009
Author: dzeus Date: Tue Feb 3 22:52:17 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- removed deprecated options
---- Files affected:
SOURCES:
awffull.cron (1.9 -> 1.10) , awffull.sysconfig (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/awffull.cron
diff -u SOURCES/awffull.cron:1.9 SOURCES/awffull.cron:1.10
--- SOURCES/awffull.cron:1.9 Sun Feb 1 10:29:27 2009
+++ SOURCES/awffull.cron Tue Feb 3 23:52:11 2009
@@ -17,12 +17,6 @@
export LANG
export LC_ALL
- if [ -n "$QUIET" ] && [ "$QUIET" = "yes" -o "$QUIET" = "YES" ]; then
- AWFFULL_OPTS="-q"
- elif [ -n "$REALLY_QUIET" ] && [ "$REALLY_QUIET" = "yes" -o "$REALLY_QUIET" = "YES" ]; then
- AWFFULL_OPTS="-Q"
- fi
-
if [ -n "$MULTIPLE" ] && [ "$MULTIPLE" = "yes" -o "$MULTIPLE" = "YES" ]; then
for config in $(ls /etc/awffull/*.conf 2>/dev/null); do\
CONFIG_LIST="${CONFIG_LIST} ${config}"
================================================================
Index: SOURCES/awffull.sysconfig
diff -u SOURCES/awffull.sysconfig:1.4 SOURCES/awffull.sysconfig:1.5
--- SOURCES/awffull.sysconfig:1.4 Sun Feb 1 10:29:48 2009
+++ SOURCES/awffull.sysconfig Tue Feb 3 23:52:12 2009
@@ -16,11 +16,5 @@
# Warning: you need to install dnshistory package to have it working!
# USE_DNSHISTORY="yes"
-# Supress messages
-# QUIET="yes"
-
-# Don't display any messages
-# REALLY_QUIET="yes"
-
# Force checking if awffull is done with proper user rights
FORCE_USER="stats"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/awffull.cron?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/awffull.sysconfig?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list