SOURCES: logwatch.cron - typo (i assume)

glen glen at pld-linux.org
Mon Nov 14 09:50:55 CET 2005


Author: glen                         Date: Mon Nov 14 08:50:55 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo (i assume)

---- Files affected:
SOURCES:
   logwatch.cron (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/logwatch.cron
diff -u SOURCES/logwatch.cron:1.3 SOURCES/logwatch.cron:1.4
--- SOURCES/logwatch.cron:1.3	Mon Nov 14 09:13:08 2005
+++ SOURCES/logwatch.cron	Mon Nov 14 09:50:50 2005
@@ -3,7 +3,7 @@
 #---{ Initial values: }---#
 NICE_LEVEL="0"
 OUTPUT="unformated"
-DATA=`/bin/date +%F`
+DATE=`/bin/date +%F`
 
 #---{ Fetch configuration: }---#
 if [ -f /etc/sysconfig/logwatch ]; then
@@ -13,8 +13,7 @@
 #---{ main part }---#
 if [ "${OUTPUT_LOCATION}" ]; then
 	umask 0022
-	nice -n ${NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT} --save="${OUTPUT_LOCATION}/${DATA}.html"
+	nice -n ${NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT} --save="${OUTPUT_LOCATION}/${DATE}.html"
 else
 	nice -n ${NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT}
 fi
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/logwatch.cron?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list