OBS User unknown
2008-10-22 23:30:25 +00:00
committed by Git OBS Bridge
parent 206bf874b3
commit 44b892c5f6
3 changed files with 10 additions and 3 deletions

View File

@@ -102,8 +102,8 @@ case "$(uname -r)" in
[01].*|2.[0-4].*) ;;
*) case "$KLOGD_PARAMS" in
*-x*) ;;
*) KLOGD_PARAMS="${KLOGD_PARAMS:+$KLOGD_PARAMS }-x"
esac
*) KLOGD_PARAMS="${KLOGD_PARAMS:+$KLOGD_PARAMS }-x" ;;
esac ;;
esac
. /etc/rc.status

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 16 12:07:20 CEST 2008 - werner@suse.de
- Let's avoid currants in shell code of boot script (bnc#435525)
-------------------------------------------------------------------
Thu Oct 2 16:15:24 CEST 2008 - mt@suse.de

View File

@@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed
Provides: syslog
AutoReqProv: on
Version: 1.4.1
Release: 707
Release: 708
Summary: The Syslog daemon
Source: sysklogd-1.4.1.tar.bz2
Source1: logrotate.syslog
@@ -238,6 +238,8 @@ fi
%{omc_svcdir}/syslog.xml
%changelog
* Thu Oct 16 2008 werner@suse.de
- Let's avoid currants in shell code of boot script (bnc#435525)
* Thu Oct 02 2008 mt@suse.de
- Fixed start in /etc/init.d/syslog script to restart rsyslogd
with correct config when running in early mode (bnc#431599),