From 81c36e4415266d2cecc6c2d2089d67aacc569d12b7b660a6dab24fde8500eccd Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Aug 2008 00:14:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslogd?expand=0&rev=14 --- rc.syslog | 1 + syslogd.changes | 5 +++++ syslogd.spec | 15 ++++++++++++--- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/rc.syslog b/rc.syslog index d6ff281..ab4f01e 100644 --- a/rc.syslog +++ b/rc.syslog @@ -13,6 +13,7 @@ # Required-Start: network # Should-Start: earlysyslog # Required-Stop: network +# Should-Stop: earlysyslog # Default-Start: 2 3 5 # Default-Stop: # Description: Start the system logging daemons diff --git a/syslogd.changes b/syslogd.changes index c1f9f5a..1785d2f 100644 --- a/syslogd.changes +++ b/syslogd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 13 11:03:28 CEST 2008 - werner@suse.de + +- Fix boot script and use correct Stop tags + ------------------------------------------------------------------- Fri May 30 12:32:52 CEST 2008 - werner@suse.de diff --git a/syslogd.spec b/syslogd.spec index 3872f62..6e4780f 100644 --- a/syslogd.spec +++ b/syslogd.spec @@ -2,9 +2,16 @@ # spec file for package syslogd (Version 1.4.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -20,7 +27,7 @@ PreReq: coreutils %fillup_prereq klogd sed Provides: syslog AutoReqProv: on Version: 1.4.1 -Release: 676 +Release: 691 Summary: The Syslog daemon Source: sysklogd-1.4.1.tar.bz2 Source1: logrotate.syslog @@ -231,6 +238,8 @@ fi %{omc_svcdir}/syslog.xml %changelog +* Wed Aug 13 2008 werner@suse.de +- Fix boot script and use correct Stop tags * Fri May 30 2008 werner@suse.de - No flock() as this seems to be broken in newer glibc (bnc#395114) - No fortify, make sylog function of klogd private (bnc#395666)