Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 1ec4cc6f4941f821a4832c6653b9c601 > files > 6

hylafax+-7.0.4-1.mga8.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