openbsd-ports/comms/hylafax/pkg
jasper d8302aa969 - switch to pkg-readmes
ok giovanni@ (MAINTAINER)
2010-11-15 10:05:05 +00:00
..
DESCR - update to 4.4.4 from Giovanni Bechis, new MAINTAINER 2008-02-08 23:10:45 +00:00
PLIST - switch to pkg-readmes 2010-11-15 10:05:05 +00:00
README - switch to pkg-readmes 2010-11-15 10:05:05 +00:00

$OpenBSD: README,v 1.3 2010/11/15 10:05:05 jasper Exp $

Running Hylafax on OpenBSD
--------------------------

Congratulations, HylaFAX has been installed!

It now needs some manual configuration before it is usable.

Make sure that you have configured HylaFAX before running faxq:
	server: ${TRUEPREFIX}/sbin/faxsetup 
	modems:${TRUEPREFIX}/sbin/faxaddmodem 
	incoming calls: /etc/ttys 

When you are asked to specify the name of tty device, use a
tty device existing on your architecture instead of "ttyd1".

To start, add the following to /etc/rc.local:
if [ -x ${TRUEPREFIX}/sbin/faxq ]; then 
	${TRUEPREFIX}/sbin/hfaxd -i hylafax
	${TRUEPREFIX}/sbin/faxq
	echo -n ' hylafax' 
fi

For accepting incoming FAX/data calls, modify /etc/ttys(5) to
contain something like this:

    tty00	"${TRUEPREFIX}/sbin/faxgetty"	dialup	on

and send a SIGHUP to init(8).

Additional documentation at http://www.hylafax.org/.