Accepting request 245767 from home:mtomaschewski:branches:Base:System

- Stop syslog.socket in %preun to avoid the daemon we uninstall
  gets started by a log message due to dependencies (bnc#840815).

OBS-URL: https://build.opensuse.org/request/show/245767
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=198
This commit is contained in:
Tomáš Chvátal
2014-09-01 09:08:59 +00:00
committed by Git OBS Bridge
parent fed6fcdcc0
commit 902c657993
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