forked from pool/systemd-rpm-macros
- systemd-sysv-convert has been moved from /usr/sbin to /usr/lib/systemd
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=30
This commit is contained in:
parent
c6c149ba4c
commit
7ac942a4ee
@ -102,10 +102,10 @@ else \
|
|||||||
if [ -e /var/lib/systemd/migrated/$sysv_service ]; then \
|
if [ -e /var/lib/systemd/migrated/$sysv_service ]; then \
|
||||||
continue \
|
continue \
|
||||||
fi \
|
fi \
|
||||||
if [ ! -x /usr/sbin/systemd-sysv-convert ]; then \
|
if [ ! -x /usr/lib/systemd/systemd-sysv-convert ]; then \
|
||||||
continue \
|
continue \
|
||||||
fi \
|
fi \
|
||||||
/usr/sbin/systemd-sysv-convert --save $sysv_service || : \
|
/usr/lib/systemd/systemd-sysv-convert --save $sysv_service || : \
|
||||||
done \
|
done \
|
||||||
fi \
|
fi \
|
||||||
%{nil}
|
%{nil}
|
||||||
@ -138,10 +138,10 @@ elif [ "$FIRST_ARG" -gt 1 ]; then \
|
|||||||
if [ -e /var/lib/systemd/migrated/$sysv_service ]; then \
|
if [ -e /var/lib/systemd/migrated/$sysv_service ]; then \
|
||||||
continue \
|
continue \
|
||||||
fi \
|
fi \
|
||||||
if [ ! -x /usr/sbin/systemd-sysv-convert ]; then \
|
if [ ! -x /usr/lib/systemd/systemd-sysv-convert ]; then \
|
||||||
continue \
|
continue \
|
||||||
fi \
|
fi \
|
||||||
/usr/sbin/systemd-sysv-convert --apply $sysv_service || : \
|
/usr/lib/systemd/systemd-sysv-convert --apply $sysv_service || : \
|
||||||
touch /var/lib/systemd/migrated/$sysv_service || : \
|
touch /var/lib/systemd/migrated/$sysv_service || : \
|
||||||
done \
|
done \
|
||||||
fi \
|
fi \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 23 12:08:30 UTC 2018 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- systemd-sysv-convert has been moved from /usr/sbin to /usr/lib/systemd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 22 12:54:45 UTC 2018 - fbui@suse.com
|
Tue May 22 12:54:45 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user