3
0

- Restore one daemon-reload command

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=34
This commit is contained in:
Franck Bui 2019-02-27 12:21:44 +00:00 committed by Git OBS Bridge
parent 8685313b9b
commit ec2ade1bb2
2 changed files with 11 additions and 0 deletions

View File

@ -112,6 +112,10 @@ fi \
test -n "$FIRST_ARG" || FIRST_ARG="$1" \
[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : \
\
if [ -x /usr/bin/systemctl ]; then \
/usr/bin/systemctl daemon-reload || : \
fi \
\
if [ "$FIRST_ARG" -eq 1 ]; then \
if [ -x /usr/bin/systemctl ]; then \
/usr/bin/systemctl preset %{?*} || : \

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 27 12:17:18 UTC 2019 - Franck Bui <fbui@suse.com>
- Restore one daemon-reload command
It was erroneously removed during the drop of $YAST_IS_RUNNING.
-------------------------------------------------------------------
Mon Feb 25 09:55:28 UTC 2019 - Franck Bui <fbui@suse.com>