diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-02-16 09:14:52 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-02-16 09:14:56 +0000 |
commit | 96d6978cbb360455d43636a63bb78ddc83f0efb3 (patch) | |
tree | 75957a231067740b5f1358dd91b4d5efc564c8c9 /main/hylafax/hylafax.confd | |
parent | 0b6cb9df29175e97cce8f52f010ea1c7313fb08f (diff) | |
download | aports-96d6978cbb360455d43636a63bb78ddc83f0efb3.tar.bz2 aports-96d6978cbb360455d43636a63bb78ddc83f0efb3.tar.xz |
main/hylafax: added initd, improved post-install
Diffstat (limited to 'main/hylafax/hylafax.confd')
-rw-r--r-- | main/hylafax/hylafax.confd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/main/hylafax/hylafax.confd b/main/hylafax/hylafax.confd new file mode 100644 index 0000000000..e82610fe0b --- /dev/null +++ b/main/hylafax/hylafax.confd @@ -0,0 +1,29 @@ +# Spool directory for HylaFAX +spooldir="/var/spool/hylafax" + +# Faxq program path +faxq="/usr/sbin/faxq" + +# hfaxd program path +hfaxd="/usr/sbin/hfaxd" + +# faxgetty program path +faxgetty="/usr/sbin/faxgetty" + +# Port of the hfaxd daemon for new protocol +faxport=hylafax + +# Address used by hfaxd as binding address. +faxbind="127.0.0.1" + +# Port of the hfaxd daemon for SNPP protocol +snppport=444 + +# Port of the hfaxd daemon for old protocol +oldprotoport=4557 + +# newproto | oldproto | snpp | any +mode="newproto" + +# Directory where the pidfiles of HylaFAX are saved. +piddir="/var/run" |