]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- hide obsolete options
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Feb 2012 16:29:59 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cron.sysconfig -> 1.4

cron.sysconfig

index fc7186141cad7232707b88457ffa491d9ab5f137..406b5a55eb444f40f9ac5c8d59c0251693e1e551 100644 (file)
@@ -5,7 +5,7 @@ SERVICE_RUN_NICE_LEVEL="+0"
 
 # This option will direct cron to send job output to the system log using syslog(3).
 # This is useful if your system has no sendmail(8), or if mail is disabled using "off".
-#CROND_SYSLOG_RESULT="yes"
+#CROND_ARGS="-s"
 
 # This option allows you to specify a shell command string to use
 # for sending cron mail output instead of sendmail(8).
@@ -13,7 +13,7 @@ SERVICE_RUN_NICE_LEVEL="+0"
 # stdin and send it as a mail message to the recipients specified in the mail
 # headers.
 # As a special case, the string "off" will disable sending mail.
-#CROND_MAIL_PROG="/usr/lib/sendmail"
+#CROND_ARGS="-m /usr/lib/sendmail"
 
 # Extra arguments to crond(8)
 #CROND_ARGS=""
This page took 0.110942 seconds and 4 git commands to generate.