Accepting request 247032 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/247032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=93
This commit is contained in:
Stephan Kulow 2014-09-01 14:59:17 +00:00 committed by Git OBS Bridge
commit 87723536e0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 22 14:37:57 UTC 2014 - mt@suse.de
- Stop syslog.socket in %preun to avoid the daemon we uninstall
gets started by a log message due to dependencies (bnc#840815).
-------------------------------------------------------------------
Thu Aug 21 15:20:20 UTC 2014 - mrueckert@suse.de

View File

@ -829,6 +829,7 @@ chmod 640 ".%{rsyslog_sockets_cfg}"
# stop the rsyslogd daemon when it is running
#
%if %{with systemd} && ! %{with systemv}
%{service_del_preun syslog.socket}
%{service_del_preun rsyslog.service}
%else
if test -x /etc/init.d/syslog ; then