Accepting request 657028 from home:jengelh:branches:Base:System

Factory view

- Set /bin/bash as scriptlet interpreter where needed.
the scriptlet uses quite some bash-specific stuff

OBS-URL: https://build.opensuse.org/request/show/657028
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=143
This commit is contained in:
Dirk Mueller 2018-12-11 07:41:51 +00:00 committed by Git OBS Bridge
parent a033302229
commit 96216ab1dd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 11 02:04:18 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Set /bin/bash as scriptlet interpreter where needed.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 20 22:47:25 CET 2018 - sbrabec@suse.com Tue Nov 20 22:47:25 CET 2018 - sbrabec@suse.com

View File

@ -246,7 +246,7 @@ chown news:news var/log/news/news.notice
%preun -n syslog-service %preun -n syslog-service
%service_del_preun klog.service %service_del_preun klog.service
%post -n syslog-service %post -n syslog-service -p /bin/bash
%{remove_and_set -n syslog SYSLOG_DAEMON} %{remove_and_set -n syslog SYSLOG_DAEMON}
%{remove_and_set -n syslog SYSLOG_REQUIRES_NETWORK} %{remove_and_set -n syslog SYSLOG_REQUIRES_NETWORK}
%{remove_and_set -n boot KLOGCONSOLE_PARAMS} %{remove_and_set -n boot KLOGCONSOLE_PARAMS}