Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 341d88c782f68a4d50f13cb3b13ceb2f > files > 4

dspam-3.6.8-3mdv2007.1.src.rpm

#!/bin/sh

# Source the dspam sysconfig file
if [ -f /etc/sysconfig/dspam ]; then
    . /etc/sysconfig/dspam
fi

# Use user specified cron command, if any
if [ -z ${DSPAM_CRON_COMMAND} ]; then
    exit 0
else
    ${DSPAM_CRON_COMMAND}
fi