From: Marcela Mašláňová Date: Mon, 25 Jan 2010 08:20:06 +0000 (+0100) Subject: CRON_VALIDATE_MAILRCPTS was removed, because it was not used anyway. X-Git-Tag: cronie1.4.4~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00c6768b69c5886785447be2c70d88a02e0306b7;p=cronie CRON_VALIDATE_MAILRCPTS was removed, because it was not used anyway. --- diff --git a/crond.sysconfig b/crond.sysconfig index 58a912a..ee23703 100644 --- a/crond.sysconfig +++ b/crond.sysconfig @@ -1,9 +1,3 @@ # Settings for the CRON daemon. # CRONDARGS= : any extra command-line startup arguments for crond -# CRON_VALIDATE_MAILRCPTS=1:a non-empty value of this variable will -# enable cronie's validation of -# mail recipient names, which would then be -# restricted to contain only the chars -# from this tr(1) set : [@!:%-_.,:alnum:] -# otherwise mailing is not attempted. CRONDARGS= diff --git a/cronie.init b/cronie.init index e65c2e1..228431d 100755 --- a/cronie.init +++ b/cronie.init @@ -36,10 +36,6 @@ config=/etc/sysconfig/crond [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog -# validate mail -t=${CRON_VALIDATE_MAILRCPTS:-UNSET} -[ "$t" != "UNSET" ] && export CRON_VALIDATE_MAILRCPTS="$t" - start() { if [ $UID -ne 0 ] ; then echo "User has insufficient privilege."