Some more MESSAGE cleanup.

This commit is contained in:
wiz 2001-01-29 11:38:10 +00:00
parent b979f7222a
commit d7906c3ebd
6 changed files with 42 additions and 42 deletions

View file

@ -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/
======================================================================

View file

@ -1,4 +1,4 @@
# $NetBSD: cross.mk,v 1.18 2001/01/29 10:25:07 abs Exp $
# $NetBSD: cross.mk,v 1.19 2001/01/29 11:38:10 wiz Exp $
# Shared definitions for building a cross-compile environment.
@ -12,6 +12,7 @@ HOMEPAGE?= http://egcs.cygnus.com/
TARGET_DIR= ${PREFIX}/${TARGET_ARCH}
COMMON_DIR= ${PKGSRCDIR}/cross/COMMON
PLIST_PRE?= ${PKGDIR}/PLIST
MESSAGE_SUBST+= CROSSBASE=${CROSSBASE}
pre-install: pre-install-dirs
pre-install-dirs:

View file

@ -1,9 +1,10 @@
=================================================================
$NetBSD: MESSAGE,v 1.2 2001/01/29 11:38:10 wiz Exp $
In order to enable POP service, you should add the following line
to your /etc/inetd.conf:
pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/popa3d popa3d
pop3 stream tcp nowait root ${PREFIX}/libexec/popa3d popa3d
and send a HUP signal to inetd.

View file

@ -1,23 +1,22 @@
#
# $NetBSD: MESSAGE,v 1.3 1999/04/05 00:59:08 hubertf Exp $
#
# You may want to install the x11/p5-Tk and net/p5-SNMP packages to
# use the tkmib application!
#
# You may also want to install the net/scotty package to do network
# monitoring.
#
# Finally, a note from the maintainer:
#
# I'm asking (begging) people to send me a postcard of your home city,
# area, or country. I intend to arrange them into a logo, take a
# picture of them all, and use the picture on the ucd-snmp web page.
# I've gotten a few already, but need a lot more to make the logo a
# decent size. The first pass from the postcards people have sent me so far
# can be seen on the ucd-snmp web site, listed below. If you wish to send
# a postcard, please send it to:
#
# Wes Hardaker
# IT - DCAS
# UCDavis
# Davis CA, 95616
$NetBSD: MESSAGE,v 1.4 2001/01/29 11:38:10 wiz Exp $
You may want to install the x11/p5-Tk and net/p5-SNMP packages to
use the tkmib application!
You may also want to install the net/scotty package to do network
monitoring.
Finally, a note from the maintainer:
I'm asking (begging) people to send me a postcard of your home city,
area, or country. I intend to arrange them into a logo, take a
picture of them all, and use the picture on the ucd-snmp web page.
I've gotten a few already, but need a lot more to make the logo a
decent size. The first pass from the postcards people have sent me so far
can be seen on the ucd-snmp web site, listed below. If you wish to send
a postcard, please send it to:
Wes Hardaker
IT - DCAS
UCDavis
Davis CA, 95616

View file

@ -1,18 +1,18 @@
==============================================================================
$NetBSD: MESSAGE,v 1.3 1998/08/07 11:11:13 agc Exp $
$NetBSD: MESSAGE,v 1.4 2001/01/29 11:38:10 wiz Exp $
NOTE: THIS PACKAGE IS UNUSABLE WITHOUT SETTING UP THE FOLLOWING FILES:
$PREFIX/etc/nntp/domainname (typically /usr/pkg/etc/nntp/domainname):
${PREFIX}/etc/nntp/domainname:
The domain name that should go after @ on NNTP posts by default
$PREFIX/etc/nntp/server (typically /usr/pkg/etc/nntp/server):
${PREFIX}/etc/nntp/server:
The hostname or IP address of your NNTP server (this can be omitted
if you set NNTPSERVER in your environment)
Optionally,
$PREFIX/etc/nntp/server.auth (typically /usr/pkg/etc/nntp/server.auth):
${PREFIX}/etc/nntp/server.auth:
"hostname user password" format authentication information for the
NNTP server, if it requires authentication. This file should only
be readable by group "news".

View file

@ -1,11 +1,11 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 1999/04/30 15:19:13 tv Exp $
$NetBSD: MESSAGE,v 1.2 2001/01/29 11:38:11 wiz Exp $
If upgrading from SSLeay, you will need to copy your ssleay.cnf (used
for creating certificate requests with "ca") into PREFIX/etc/openssl.cnf.
for creating certificate requests with "ca") into ${PREFIX}/etc/openssl.cnf.
If installing from scratch, you may want to take a look at
PREFIX/etc/openssl.cnf.example, copy it to PREFIX/etc/openssl.cnf, and
customize it.
${PREFIX}/etc/openssl.cnf.example, copy it to ${PREFIX}/etc/openssl.cnf,
and customize it.
===========================================================================