blob: 9f513098e1bffb9c51a6bf5153219b3e6acfcfdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
===========================================================================
$NetBSD: MESSAGE,v 1.4 2014/03/14 15:59:29 adam Exp $
Hylafax has been 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
===========================================================================
|