Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 7a2a79b2ec9f34594c4f68f243e9a39d > files > 5

hylafax+-5.5.5-13.mga5.src.rpm

#!/bin/sh

if [ -f /etc/sysconfig/hylafax ]; then
  . /etc/sysconfig/hylafax
fi

if [ "$FAXCRON_RUN" != "no" ]; then
  /usr/sbin/faxcron $FAXCRON_OPTIONS | mail -s "HylaFAX Usage Report" faxmaster
fi

exit 0