8881bc0e14
PR: ports/110396 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer) - Fix rc script: require ldconfig PR: ports/110647 Submitted by: Marcus Reid <marcus@blazingdot.com> - Modernize pkg-message handling
25 lines
703 B
Text
25 lines
703 B
Text
|
|
syslog-ng is now installed! To replace FreeBSD's standard syslogd
|
|
(/usr/sbin/syslogd), complete these steps:
|
|
|
|
1. Create a configuration file named %%PREFIX%%/etc/syslog-ng/syslog-ng.conf
|
|
(a sample named syslog-ng.conf.sample has been included)
|
|
|
|
2. Configure syslog-ng to start automatically by adding the following
|
|
to /etc/rc.conf:
|
|
|
|
syslog_ng_enable="YES"
|
|
|
|
3. Prevent the standard FreeBSD syslogd from starting automatically by
|
|
adding a line to the end of your /etc/rc.conf file that reads:
|
|
|
|
syslogd_enable="NO"
|
|
|
|
4. Shut down the standard FreeBSD syslogd:
|
|
|
|
kill `cat /var/run/syslog.pid`
|
|
|
|
5. Start syslog-ng:
|
|
|
|
%%PREFIX%%/etc/rc.d/syslog-ng%%RC_SUBR_SUFFIX%% start
|
|
|