Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4de5a22236f3a7f45e8281661acd4f0b > files > 6

dspam-3.10.1-10.mga3.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