Dr. Werner Fink 2011-09-02 08:24:29 +00:00 committed by Git OBS Bridge
parent 16cc72ac85
commit 707099e64a
2 changed files with 7 additions and 1 deletions

View File

@ -95,7 +95,7 @@ test -x ${syslog_bin} || {
test "$1" == "stop" && exit 0
exit 5
}
test -x ${klog_bin} || {
test ! -x ${klog_bin} -a "$start_klogd" = yes && {
echo "${klog_bin} is not installed" 1>&2
test "$1" == "stop" && exit 0
exit 5

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 2 08:23:34 UTC 2011 - werner@suse.de
- Fix sysvinit boot script as klogd is not required anymore for
rsyslogd and syslog-ng (bnc#715648)
-------------------------------------------------------------------
Thu Sep 1 11:41:23 UTC 2011 - werner@suse.de