summaryrefslogtreecommitdiffstats
path: root/network/hylafax+/README.SLACKWARE
diff options
context:
space:
mode:
author Christopher Walker <kris240376@gmail.com>2013-04-27 15:13:21 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-27 15:13:21 -0300
commit5609d8af84e509af98653af0494b91891b76ae73 (patch)
treede669951e978327f27661145fb958da2e312d2f3 /network/hylafax+/README.SLACKWARE
parentfd782427278981012f3c5f98dfae918e0b2840b8 (diff)
downloadslackbuilds-5609d8af84e509af98653af0494b91891b76ae73.tar.gz
slackbuilds-5609d8af84e509af98653af0494b91891b76ae73.tar.xz
network/hylafax+: Added (enterprise-class fax system)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/hylafax+/README.SLACKWARE')
-rw-r--r--network/hylafax+/README.SLACKWARE27
1 files changed, 27 insertions, 0 deletions
diff --git a/network/hylafax+/README.SLACKWARE b/network/hylafax+/README.SLACKWARE
new file mode 100644
index 0000000000..10f1904c54
--- /dev/null
+++ b/network/hylafax+/README.SLACKWARE
@@ -0,0 +1,27 @@
+/usr/doc/hylafax-@VERSION@/README.SLACKWARE
+
+If you need to start hylafax at boot, add this to /etc/rc.d/rc.local:
+
+ # Starting the HylaFAX hfaxd and faxq Daemons at Boot.
+ if [ -x /etc/rc.d/rc.hylafax ]; then
+ /etc/rc.d/rc.hylafax start
+ fi
+
+Edit /etc/inittab and add a line similar to:
+ m0:2345:respawn:/usr/libexec/hylafax/sbin/faxgetty ttyS0
+where 'm0' is unique in inittab and 'ttyS0' matches the device
+name(s) used at the outset of the faxaddmodem script.
+
+With root permissions, execute '/usr/sbin/faxsetup'.
+When finished, faxsetup will automatically run faxaddmodem for you.
+Generally, you can follow all of the defaults except those for FaxMaster,
+the local fax number(s), TSI, and any modem-specific information in
+faxaddmodem.
+
+It would be wise to run faxcron and faxqclean regularly from cron so that
+the queue directories do not clutter up and fill the storage device. Many
+installations run faxqclean every hour and faxcron every day. Insert
+something like this into your uucp or root crontab file:
+ 0 * * * * /usr/sbin/faxqclean
+ 0 0 * * * /usr/sbin/faxcron | mail -s "HylaFAX Usage Report" faxmaster
+