3b6998396e
- Write notes about msyslogd_flags in pkg-message - Add msyslogd_flags into rcng file [1] - bump portversion [1] Few people ask me todo that, i remember about it, but missed all email from them, sorry guys. no you names,emails here.
21 lines
724 B
Plaintext
21 lines
724 B
Plaintext
================================================================================
|
|
To replace FreeBSD's standard syslogd with msyslog, do this:
|
|
|
|
1) Create a configuration in %%PREFIX%%/etc/syslog.conf.
|
|
See %%PREFIX%%/share/examples/msyslog for examples.
|
|
|
|
2) Set up a startup script in %%PREFIX%%/etc/rc.d.
|
|
For your convinience, a msyslog.sh has been provided.
|
|
put this in /etc/rc.conf
|
|
|
|
msyslogd_enable="YES"
|
|
|
|
3) Pass right values from man pages to /etc/rc.conf for
|
|
msyslogd_flags=""
|
|
|
|
4) Stop the standard FreeBSD syslogd from starting automatically by putting this
|
|
in the end of /etc/rc.conf:
|
|
|
|
syslogd_enable="NO"
|
|
================================================================================
|