2001-08-29 08:37:43 +02:00
|
|
|
================================================================================
|
|
|
|
To replace FreeBSD's standard syslogd with msyslog, do this:
|
|
|
|
|
2005-09-15 14:01:48 +02:00
|
|
|
1) Create a configuration in %%PREFIX%%/etc/syslog.conf.
|
|
|
|
See %%PREFIX%%/share/examples/msyslog for examples.
|
2001-08-29 08:37:43 +02:00
|
|
|
|
2005-09-15 14:01:48 +02:00
|
|
|
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"
|
2001-08-29 08:37:43 +02:00
|
|
|
|
2006-09-16 21:39:45 +02:00
|
|
|
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
|
2005-09-15 14:01:48 +02:00
|
|
|
in the end of /etc/rc.conf:
|
2001-08-29 08:37:43 +02:00
|
|
|
|
2005-09-15 14:01:48 +02:00
|
|
|
syslogd_enable="NO"
|
2001-08-29 08:37:43 +02:00
|
|
|
================================================================================
|