diff options
author | mario <mario@slackverse.org> | 2010-07-07 03:54:48 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 00:13:26 -0500 |
commit | 63bcc5c4ef689dc81024391b0ceaf39de0707b21 (patch) | |
tree | 55b0bd3a882ecf46561761291b04a82ff23879e0 /system/syslog-ng/README.SLACKWARE | |
parent | cfbd3757c04cfeabbdebc158663e45884a49cd7d (diff) | |
download | slackbuilds-63bcc5c4ef689dc81024391b0ceaf39de0707b21.tar.gz |
system/syslog-ng: Added (syslogd replacment)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/syslog-ng/README.SLACKWARE')
-rw-r--r-- | system/syslog-ng/README.SLACKWARE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/syslog-ng/README.SLACKWARE b/system/syslog-ng/README.SLACKWARE new file mode 100644 index 0000000000..2373bbae2c --- /dev/null +++ b/system/syslog-ng/README.SLACKWARE @@ -0,0 +1,20 @@ +Since syslog-ng basically supersedes klogd/syslogd daemons, stock Slackware +sysklogd package should be removed, and leftovers cleaned up, so here are +some things you need to do: + +Remove useless logrotate configuration: + + rm /etc/logrotate.d/syslog + +Make syslog-ng start automatically on boot, without modifications to rc.M: + + cd /etc/rc.d && ln -sf rc.syslog-ng rc.syslog + cd /usr/sbin && ln -sf syslog-ng syslogd + +To make transition even easier, i converted syslog.conf from sysklogd +package to syslog-ng.conf format. You can find it in /etc/syslog-ng. + +Another thing worth mentioning here is rc.syslog-ng, wich is written to +also emulate syslogd. On a successful start/stop it will copy/remove +syslog-ng.pid to /var/run/syslogd.pid so that rc.inet1 doesn't atempt +running rc.syslog for a second time. |