summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-12-19 23:45:44 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-12-19 23:45:44 +0000
commitd9d31a132467c24c6dbec47a221250a71dad7333 (patch)
treeeb0da242da21ead9ec9b380a1effba1bf79a10f8 /net-misc/hylafax/files/hylafax.conf
parentVersion bump. Remove intermediate version. (diff)
downloadgentoo-2-d9d31a132467c24c6dbec47a221250a71dad7333.tar.gz
gentoo-2-d9d31a132467c24c6dbec47a221250a71dad7333.tar.bz2
gentoo-2-d9d31a132467c24c6dbec47a221250a71dad7333.zip
Rev-bump for new init script and conf.d configuration (keywords
maintained). (Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc/hylafax/files/hylafax.conf')
-rw-r--r--net-misc/hylafax/files/hylafax.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/hylafax/files/hylafax.conf b/net-misc/hylafax/files/hylafax.conf
new file mode 100644
index 000000000000..903707d077c3
--- /dev/null
+++ b/net-misc/hylafax/files/hylafax.conf
@@ -0,0 +1,30 @@
+# Spool directory for HylaFAX
+spooldir="/var/spool/fax"
+
+# 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"
+