From 877e1e914a9b152c57ac591fc238a1ce9fbc3659 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 6 Feb 2012 16:29:59 +0000 Subject: [PATCH] - hide obsolete options Changed files: cron.sysconfig -> 1.4 --- cron.sysconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.sysconfig b/cron.sysconfig index fc71861..406b5a5 100644 --- a/cron.sysconfig +++ b/cron.sysconfig @@ -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="" -- 2.44.0