diff options
author | zuntum <zuntum> | 2001-10-31 20:43:56 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-10-31 20:43:56 +0000 |
commit | 58022b1c3a7fe2947a92e4b86998903c01be2bcf (patch) | |
tree | 5f2f8c9ec97b2c424a7e249658c126ce6e21641b /comms/hylafax/MESSAGE | |
parent | 0a815e85fe68d0cda4d583c317c2b399eb7fa07c (diff) | |
download | pkgsrc-58022b1c3a7fe2947a92e4b86998903c01be2bcf.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'comms/hylafax/MESSAGE')
-rw-r--r-- | comms/hylafax/MESSAGE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/hylafax/MESSAGE b/comms/hylafax/MESSAGE new file mode 100644 index 00000000000..a9371f6ebba --- /dev/null +++ b/comms/hylafax/MESSAGE @@ -0,0 +1,22 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.1 2001/10/31 20:44:06 zuntum 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 + +====================================================================== |