eaf6bd4cd1
- 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
15 lines
581 B
Plaintext
15 lines
581 B
Plaintext
================================================================================
|
|
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"
|
|
================================================================================
|