SOURCES: logwatch.cron - finished option-name unification

blues blues at pld-linux.org
Sun Nov 20 15:55:45 CET 2005


Author: blues                        Date: Sun Nov 20 14:55:45 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- finished option-name unification

---- Files affected:
SOURCES:
   logwatch.cron (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/logwatch.cron
diff -u SOURCES/logwatch.cron:1.5 SOURCES/logwatch.cron:1.6
--- SOURCES/logwatch.cron:1.5	Mon Nov 14 10:01:39 2005
+++ SOURCES/logwatch.cron	Sun Nov 20 15:55:40 2005
@@ -13,7 +13,7 @@
 #---{ main part }---#
 if [ "${OUTPUT_LOCATION}" ]; then
 	umask 0022
-	nice -n ${NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT} --save="${OUTPUT_LOCATION}/${DATE}.html"
+	nice -n ${SERVICE_RUN_NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT} --save="${OUTPUT_LOCATION}/${DATE}.html"
 else
-	nice -n ${NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT}
+	nice -n ${SERVICE_RUN_NICE_LEVEL} /usr/sbin/logwatch --output=${OUTPUT}
 fi
================================================================

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




More information about the pld-cvs-commit mailing list