# 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=
[ -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."