aboutsummaryrefslogtreecommitdiffstats
path: root/main/hylafax/hylafax.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-02-16 09:14:52 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-02-16 09:14:56 +0000
commit96d6978cbb360455d43636a63bb78ddc83f0efb3 (patch)
tree75957a231067740b5f1358dd91b4d5efc564c8c9 /main/hylafax/hylafax.confd
parent0b6cb9df29175e97cce8f52f010ea1c7313fb08f (diff)
main/hylafax: added initd, improved post-install
Diffstat (limited to 'main/hylafax/hylafax.confd')
-rw-r--r--main/hylafax/hylafax.confd29
1 files changed, 29 insertions, 0 deletions
diff --git a/main/hylafax/hylafax.confd b/main/hylafax/hylafax.confd
new file mode 100644
index 00000000000..e82610fe0b9
--- /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"