/etc/services:
syslog 514/udp
syslog 514/udp
/etc/sysconfig/syslog:
SYSLOGD_OPTIONS="-rm 0"
SYSLOGD_OPTIONS="-rm 0"
/etc/init.d/syslog:
# Source config
if [ -f /etc/sysconfig/syslog ] ; then
. /etc/sysconfig/syslog
else
SYSLOGD_OPTIONS="-rm 0"
KLOGD_OPTIONS="-2"
fi
# Source config
if [ -f /etc/sysconfig/syslog ] ; then
. /etc/sysconfig/syslog
else
SYSLOGD_OPTIONS="-rm 0"
KLOGD_OPTIONS="-2"
fi
[root@localhost test]# netstat -np |grep syslog
unix 3 [ ] DGRAM 28809 5348/syslogd /dev/log
Running fedora 6.
thanks.