22 lines
661 B
Text
22 lines
661 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2006/02/14 12:39:27 ahallmann Exp $
|
|
|
|
Hylafax was installed. You'll need manual configurations to actually
|
|
activate it.
|
|
|
|
Setting up: (for impatients)
|
|
|
|
Invoke faxsetup, and answer what she asks.
|
|
|
|
Add the following to your rc.local script:
|
|
|
|
if [ -x ${PREFIX}/sbin/faxq ]; then
|
|
${PREFIX}/sbin/faxq && echo -n ' hylafax'
|
|
fi
|
|
|
|
For accepting incoming FAX/data calls, modify /etc/ttys as below
|
|
and send SIGHUP to the init process:
|
|
|
|
>tty00 "${PREFIX}/libexec/faxgetty" dialup on secure
|
|
|
|
===========================================================================
|