diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:28:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:28:32 +0000 |
commit | deef6efb43c3ccf90e3c19d16011b9dd344cb362 (patch) | |
tree | b3424f21b6c617790b6bfa1099c2c17394f6c05c /main/hylafax/hylafax.confd | |
parent | 7bfea24048690efa8596623e5ad542a7994c6c4d (diff) | |
download | aports-deef6efb43c3ccf90e3c19d16011b9dd344cb362.tar.bz2 aports-deef6efb43c3ccf90e3c19d16011b9dd344cb362.tar.xz |
main/hylafax: move confd and init from extra
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" |