blob: 069ac04e16869e0f522c1fa7e4f08423c3884af3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
# hylafax startup example.
# be sure to initialize the followings:
# server: /usr/local/sbin/faxsetup
# modems: /usr/local/sbin/faxaddmodem
# incoming calls: /etc/ttys
if [ -x /usr/local/sbin/faxq ]; then
/usr/local/sbin/faxq && echo -n ' hylafax'
fi
|