OBS User unknown 2008-08-23 00:05:13 +00:00 committed by Git OBS Bridge
parent 81c36e4415
commit 3a673ac17f
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 22 15:24:08 CEST 2008 - ro@suse.de
- remove deprecated options from fillup_and_insserv call
-------------------------------------------------------------------
Wed Aug 13 11:03:28 CEST 2008 - werner@suse.de

View File

@ -27,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed
Provides: syslog
AutoReqProv: on
Version: 1.4.1
Release: 691
Release: 696
Summary: The Syslog daemon
Source: sysklogd-1.4.1.tar.bz2
Source1: logrotate.syslog
@ -157,8 +157,8 @@ mv sample-s390.conf sample.conf
#
# add syslog variables provided by klogd if needed
#
%{fillup_and_insserv -npy syslog syslog}
%{fillup_and_insserv -npY syslog earlysyslog}
%{fillup_and_insserv -ny syslog syslog}
%{fillup_and_insserv -nY syslog earlysyslog}
#
# check if daemon configured in SYSLOG_DAEMON is
# installed and switch to ourself if it's missed
@ -238,6 +238,8 @@ fi
%{omc_svcdir}/syslog.xml
%changelog
* Fri Aug 22 2008 ro@suse.de
- remove deprecated options from fillup_and_insserv call
* Wed Aug 13 2008 werner@suse.de
- Fix boot script and use correct Stop tags
* Fri May 30 2008 werner@suse.de