Accepting request 80638 from Base:System

- Fix sysvinit boot script as klogd is not required anymore for
  rsyslogd and syslog-ng (bnc#715648)

OBS-URL: https://build.opensuse.org/request/show/80638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslogd?expand=0&rev=53
This commit is contained in:
Sascha Peilicke 2011-09-02 11:20:26 +00:00 committed by Git OBS Bridge
commit c8aa180cea
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