Accepting request 127169 from home:fcrozat:branches:Base:System
- Add systemctl daemon-reload call when installing initscript (bnc#769973). OBS-URL: https://build.opensuse.org/request/show/127169 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=207
This commit is contained in:
parent
419118ae25
commit
3a9c514717
@ -30,6 +30,7 @@
|
||||
if test "$FIRST_ARG" -ge 1 ; then \
|
||||
test -f /etc/sysconfig/services && . /etc/sysconfig/services \
|
||||
if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then \
|
||||
test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || : \
|
||||
for service in %{?*} ; do \
|
||||
/etc/init.d/$service try-restart > /dev/null || : \
|
||||
done \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 18:04:54 CEST 2012 - fcrozat@suse.com
|
||||
|
||||
- Add systemctl daemon-reload call when installing initscript
|
||||
(bnc#769973).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 13:24:28 CEST 2012 - ro@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user