SOURCES: logwatch.cron, logwatch.sysconfig - unify nice level vari...

glen glen at pld-linux.org
Mon Nov 14 10:01:44 CET 2005


Author: glen                         Date: Mon Nov 14 09:01:44 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- unify nice level variable

---- Files affected:
SOURCES:
   logwatch.cron (1.4 -> 1.5) , logwatch.sysconfig (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/logwatch.cron
diff -u SOURCES/logwatch.cron:1.4 SOURCES/logwatch.cron:1.5
--- SOURCES/logwatch.cron:1.4	Mon Nov 14 09:50:50 2005
+++ SOURCES/logwatch.cron	Mon Nov 14 10:01:39 2005
@@ -1,7 +1,7 @@
 #!/bin/sh
 #########
 #---{ Initial values: }---#
-NICE_LEVEL="0"
+SERVICE_RUN_NICE_LEVEL="0"
 OUTPUT="unformated"
 DATE=`/bin/date +%F`
 

================================================================
Index: SOURCES/logwatch.sysconfig
diff -u SOURCES/logwatch.sysconfig:1.4 SOURCES/logwatch.sysconfig:1.5
--- SOURCES/logwatch.sysconfig:1.4	Tue Apr 26 12:43:47 2005
+++ SOURCES/logwatch.sysconfig	Mon Nov 14 10:01:39 2005
@@ -1,5 +1,5 @@
 # Set priority when cleating report:
-NICE_LEVEL="0"
+SERVICE_RUN_NICE_LEVEL="0"
 
 # Select output.
 #  - unformatted - traditional text form (default)
================================================================

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




More information about the pld-cvs-commit mailing list