2002-09-12 19:12:36 +02:00
|
|
|
===========================================================================
|
2003-05-06 19:40:18 +02:00
|
|
|
$NetBSD: MESSAGE,v 1.3 2003/05/06 17:40:40 jmmv Exp $
|
2001-01-29 12:38:10 +01:00
|
|
|
|
1999-08-11 08:04:26 +02:00
|
|
|
Hylafax was installed. You'll need manual configurations to actually
|
|
|
|
activate it.
|
|
|
|
|
|
|
|
Setting up: (for impatients)
|
|
|
|
|
|
|
|
Invoke faxsetup, and answer what she asks.
|
|
|
|
|
2001-01-29 12:38:10 +01:00
|
|
|
Add the following to your rc.local script:
|
1999-08-11 08:04:26 +02:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
if [ -x ${PREFIX}/sbin/faxq ]; then
|
|
|
|
${PREFIX}/sbin/faxq && echo -n ' hylafax'
|
1999-08-11 08:04:26 +02:00
|
|
|
fi
|
|
|
|
|
|
|
|
For accepting incoming FAX/data calls, modify /etc/ttys as below
|
2003-05-06 19:40:18 +02:00
|
|
|
and send SIGHUP to the init process:
|
1999-08-11 08:04:26 +02:00
|
|
|
|
2001-01-29 12:38:10 +01:00
|
|
|
>tty00 "${PREFIX}/libexec/faxgetty" dialup on secure
|
1999-08-11 08:04:26 +02:00
|
|
|
|
2002-09-12 19:12:36 +02:00
|
|
|
===========================================================================
|