2 HFAXD_CONF=/var/spool/hylafax/etc/setup.cache
3 PIDFILE=/var/run/hfaxd.pid
5 test -f $HFAXD_CONF || {
8 FATAL ERROR: $HFAXD_CONF is missing!
10 The file $HFAXD_CONF is not present. This
11 probably means the machine has not been setup using the faxsetup(8C)
12 command. Read the documentation on setting up HylaFAX before you
13 startup a server system.
28 if [ -f "$PIDFILE" ]; then
29 /usr/bin/kill -HUP `/usr/bin/cat $PIDFILE`
34 echo "Usage: $0 { start | restart }"