openbsd-ports/comms/hylafax/files/hylafax.sh.sample

16 lines
346 B
Plaintext
Raw Normal View History

#! /bin/sh
1998-09-03 20:35:54 -04:00
# OpenBSD HylaFAX startup example
#
# Make sure that you have configured HylaFAX before running faxq!:
# server: /usr/local/sbin/faxsetup
# modems: /usr/local/sbin/faxaddmodem
# incoming calls: /etc/ttys
#
# Add these to /etc/rc.local:
1998-09-03 20:35:54 -04:00
if [ -x /usr/local/sbin/faxq ]; then
/usr/local/sbin/faxq && echo -n ' hylafax'
fi