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:
commit
c8aa180cea
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user