diff options
author | asami <asami@FreeBSD.org> | 1997-05-29 06:49:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-29 06:49:26 +0000 |
commit | 2f68accf0773faec9ed71c3a35805888d171f5ec (patch) | |
tree | 93f2c00a3b004a6f8a239d659a59177bbe1ce643 /comms/hylafax/files/hylafax.sh.sample | |
parent | e345de0b733a4ef2b18575670c289856d83db4f0 (diff) | |
download | FreeBSD-ports-2f68accf0773faec9ed71c3a35805888d171f5ec.zip FreeBSD-ports-2f68accf0773faec9ed71c3a35805888d171f5ec.tar.gz |
Upgrade to 4.01. This port requires tiff-3.4.
PR: 3518
Submitted by: itojun@itojun.org
Diffstat (limited to 'comms/hylafax/files/hylafax.sh.sample')
-rw-r--r-- | comms/hylafax/files/hylafax.sh.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/hylafax/files/hylafax.sh.sample b/comms/hylafax/files/hylafax.sh.sample new file mode 100644 index 0000000..069ac04 --- /dev/null +++ b/comms/hylafax/files/hylafax.sh.sample @@ -0,0 +1,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 |