diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-12 17:43:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:43:28 +0200 |
commit | 4faba95d6557628c97aca3be2ae49181ee798ff9 (patch) | |
tree | df20d1762d719c10e1bb9721023c78ec455903dc /network/hylafax/README.SLACKWARE | |
parent | 8e73901373ae175d7f613d75f418884902107c75 (diff) | |
download | slackbuilds-4faba95d6557628c97aca3be2ae49181ee798ff9.tar.gz |
network/hylafax: Updated for version 6.0.2
Diffstat (limited to 'network/hylafax/README.SLACKWARE')
-rw-r--r-- | network/hylafax/README.SLACKWARE | 27 |
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 + |