diff options
author | wiz <wiz> | 2001-01-29 11:38:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-29 11:38:10 +0000 |
commit | ae03f71f0b8713913f93dfb760deed842791c39c (patch) | |
tree | fe5d1f0036a314b9941b168af4564bc990cb3a19 /comms | |
parent | 3ce638ed02adf3649ce7b39076071ccb64529784 (diff) | |
download | pkgsrc-ae03f71f0b8713913f93dfb760deed842791c39c.tar.gz |
Some more MESSAGE cleanup.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/pkg/MESSAGE | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/comms/hylafax/pkg/MESSAGE b/comms/hylafax/pkg/MESSAGE index 0785d4f0691..f875e9ca9f5 100644 --- a/comms/hylafax/pkg/MESSAGE +++ b/comms/hylafax/pkg/MESSAGE @@ -1,3 +1,6 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.3 2001/01/29 11:38:10 wiz Exp $ + Hylafax was installed. You'll need manual configurations to actually activate it. @@ -5,19 +8,15 @@ Setting up: (for impatients) Invoke faxsetup, and answer what she asks. - Add the following to your rc.local script (insert the directory - your have your packages installed in -- for example /usr/pkg -- - instead of <prefix> below): + Add the following to your rc.local script: - if [ -x <prefix>/sbin/faxq ]; then - <prefix>/sbin/faxq && echo -n ' hylafax' + 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 +>tty00 "${PREFIX}/libexec/faxgetty" dialup on secure -Documentation: - On Line Manuals: man hylafax. - World Wide Web site: http://www.hylafax.org/ +====================================================================== |