Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > e1c01a318d77e5f1a6fe645ebc4f812f > files > 1

dspam-3.9.0-3mdv2010.1.x86_64.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