freebsd-ports/sysutils/msyslog/pkg-message
Pete Fritchman eaf6bd4cd1 - update to version 1.07
- add a backup MASTER_SITE
- sort MAN8
- handle doc install better, use DOCSDIR
- move message from Makefile post-install target to pkg-message
- sort pkg-plist

PR:		30109
Submitted by:	maintainer
2001-08-29 06:37:43 +00:00

14 lines
581 B
Text

================================================================================
To replace FreeBSD's standard syslogd with msyslog, do this:
a) create a configuration in ${PREFIX}/etc/syslog.conf.
See ${PREFIX}/share/examples/msyslog for examples.
b) Set up a startup script in ${PREFIX}/etc/rc.d.
For your convinience, a msyslog.sh.sample has been provided.
c) Stop the standard FreeBSD syslogd from starting automatically by putting this
in the end of /etc/rc.conf:
syslogd_enable="NO"
================================================================================