Accepting request 245777 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/245777
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=112
This commit is contained in:
Dr. Werner Fink 2014-08-22 15:28:18 +00:00 committed by Git OBS Bridge
parent 79d92f7e70
commit ec1d5906eb
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).
-------------------------------------------------------------------
Sun May 11 05:28:49 UTC 2014 - coolo@suse.com

View File

@ -254,6 +254,7 @@ chown news:news var/log/news/news.notice
/usr/bin/systemctl -f enable syslogd.service >/dev/null 2>&1 || :
%preun
%service_del_preun syslog.socket
%service_del_preun syslogd.service
%postun