SOURCES: sysstat.crond - use exec

glen glen at pld-linux.org
Mon Oct 13 14:31:42 CEST 2008


Author: glen                         Date: Mon Oct 13 12:31:42 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use exec

---- Files affected:
SOURCES:
   sysstat.crond (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/sysstat.crond
diff -u SOURCES/sysstat.crond:1.2 SOURCES/sysstat.crond:1.3
--- SOURCES/sysstat.crond:1.2	Wed Feb  8 17:40:11 2006
+++ SOURCES/sysstat.crond	Mon Oct 13 14:31:36 2008
@@ -5,7 +5,7 @@
 # 8am-7pm activity reports every 20 minutes during weekdays.
 # 0 8-18 * * 1-5 root /usr/lib/sa/sa1 1200 3
 # activity reports every 10 minutes everyday.
-0 * * * * root /usr/lib/sa/sa1 600 6
+0 * * * * root exec /usr/lib/sa/sa1 600 6
 #
 # Activity reports every an hour on Saturday and Sunday.
 # 0 * * * 0,6 root /usr/lib/sa/sa1
@@ -15,4 +15,4 @@
 #
 # Daily summary prepared at 19:05.
 # 5 19 * * 1-5 root /usr/lib/sa/sa2 -A
-5 19 * * * root /usr/lib/sa/sa2 -A
+5 19 * * * root exec /usr/lib/sa/sa2 -A
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sysstat.crond?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list