Hello community, here is the log from the commit of package syslogd for openSUSE:Factory checked in at 2013-01-10 15:58:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syslogd (Old) and /work/SRC/openSUSE:Factory/.syslogd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syslogd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes 2013-01-08 09:13:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2013-01-10 15:58:14.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 9 14:05:53 UTC 2013 - [email protected] + +- Enable syslogd.service and create the syslog.service alias link + in post install -- regardless of a preset config (bnc#790805). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syslogd.spec ++++++ --- /var/tmp/diff_new_pack.84kXgU/_old 2013-01-10 15:58:16.000000000 +0100 +++ /var/tmp/diff_new_pack.84kXgU/_new 2013-01-10 15:58:16.000000000 +0100 @@ -242,7 +242,13 @@ # # Enable the syslogd as service # +# This macro enables based on a systemctl preset config file only %service_add_post syslogd.service +# But we want to enable a syslog-daemon regardless of the preset; +# force the creation of a syslog.service alias link (bnc#790805). +# We do not check the obsolete SYSLOG_DAEMON variable as we want +# to switch when installing it and there is a provider conflict. +/usr/bin/systemctl -f enable syslogd.service >/dev/null 2>&1 || : %preun %service_del_preun syslogd.service -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
