Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > ed91e023a27816c654232a2655a1d272 > files > 5

hylafax+-5.6.1-1.mga6.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