comms/hylafax: Drop MESSAGE

It:
  - gives wrong advice about rc.local, when there is an rc.d file
  - is redundant with upstream docs, which are extensive
and thus does not contain anything that belongs iN MESSAGE.
This commit is contained in:
gdt 2024-02-12 13:25:02 +00:00
parent a904f3e62d
commit c12d8c8a34
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
===========================================================================
$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
===========================================================================