forked from pool/systemd-rpm-macros
- 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:
parent
8685313b9b
commit
ec2ade1bb2
@ -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 %{?*} || : \
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user