Bug#615861: rsyslog: status option behaving strange, not following LSB?

2011-02-28 Thread Michael Prokop
Package: rsyslog Version: 5.7.4-2 Severity: normal # /etc/init.d/rsyslog status rsyslogd is running. # echo $? 0 # /etc/init.d/rsyslog stop Stopping enhanced syslogd: rsyslogd. # echo $? 0 Ok, but: # /etc/init.d/rsyslog status could not access PID file for rsyslogd ... failed! # echo $? 4 # ls

Bug#615861: rsyslog: status option behaving strange, not following LSB?

2011-02-28 Thread Michael Biebl
Am 28.02.2011 14:52, schrieb Michael Prokop: # /etc/init.d/rsyslog status could not access PID file for rsyslogd ... failed! # echo $? 4 # ls -la /lib/init/rw/sendsigs.omit.d/rsyslog lrwxrwxrwx 1 root root 21 Feb 28 14:48 /lib/init/rw/sendsigs.omit.d/rsyslog - /var/run/rsyslogd.pid # ls