Hello community, here is the log from the commit of package syslog-ng checked in at Thu May 17 11:59:42 CEST 2007. -------- --- syslog-ng/syslog-ng.changes 2007-03-29 22:31:00.000000000 +0200 +++ /mounts/work_src_done/STABLE/syslog-ng/syslog-ng.changes 2007-05-14 13:39:13.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 14 13:36:34 CEST 2007 - mt@suse.de + +- Bug #256671: Added reset of the sysconfig SYSLOG_DAEMON + variable to "" (autodetect daemon) in rpm postun script. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslog-ng.spec ++++++ --- /var/tmp/diff_new_pack.Br2613/_old 2007-05-17 11:59:16.000000000 +0200 +++ /var/tmp/diff_new_pack.Br2613/_new 2007-05-17 11:59:16.000000000 +0200 @@ -13,7 +13,7 @@ Name: syslog-ng BuildRequires: flex gperf klogd libol-devel tcpd-devel Version: 1.6.11 -Release: 37 +Release: 43 License: GNU General Public License (GPL) Group: System/Daemons Summary: new-generation syslog-daemon @@ -218,6 +218,14 @@ ## %restart_on_update syslog %{insserv_cleanup} +# reset SYSLOG_DAEMON variable +if test -f etc/sysconfig/syslog ; then + source etc/sysconfig/syslog + if test "$SYSLOG_DAEMON" == "syslog-ng" ; then + sed -i -e 's/^SYSLOG_DAEMON=.*/SYSLOG_DAEMON=""/g' \ + etc/sysconfig/syslog + fi +fi %files ## @@ -238,6 +246,9 @@ /var/adm/fillup-templates/sysconfig.syslog-ng %changelog +* Mon May 14 2007 - mt@suse.de +- Bug #256671: Added reset of the sysconfig SYSLOG_DAEMON + variable to "" (autodetect daemon) in rpm postun script. * Thu Mar 29 2007 - ro@suse.de - added klogd to BuildRequires * Thu Mar 29 2007 - rguenther@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de