|
Hi,
To show you that syslogd is still active.
You can turn it off if you want to.
In /etc/rc.d/rc.syslog change:
/usr/sbin/syslogd
into:
/usr/sbin/syslogd -m 0
The bold part is for turning the 'mark' message off. Leave other options (if any) as they are.
See man syslogd for details
Hope this helps.
|