Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > bc7eb0d610af2b19a5488ce8ff07ced8 > files > 4

dspam-3.8.0-4mdv2009.0.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