diff options
author | Cameron Banta <cbanta@gmail.com> | 2010-10-27 19:53:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-28 12:29:30 +0000 |
commit | 3bcdfd488ace0b68eff4d1e9a9f4b9395fff28f0 (patch) | |
tree | 7e31466ea7f618d463bb817ab02c7438016f624b /main/hylafax/hylafax.confd | |
parent | c9e97cb90ef4f9bf2cfb78a01c9384a5d1a78608 (diff) | |
download | aports-3bcdfd488ace0b68eff4d1e9a9f4b9395fff28f0.tar.bz2 aports-3bcdfd488ace0b68eff4d1e9a9f4b9395fff28f0.tar.xz |
main/hylafax: update to 6.0.5 / patch for gcc4.5.1
Diffstat (limited to 'main/hylafax/hylafax.confd')
-rw-r--r-- | main/hylafax/hylafax.confd | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/main/hylafax/hylafax.confd b/main/hylafax/hylafax.confd deleted file mode 100644 index e82610fe0b..0000000000 --- a/main/hylafax/hylafax.confd +++ /dev/null @@ -1,29 +0,0 @@ -# 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" |