forked from pool/systemd-presets-common-SUSE
Accepting request 1093778 from home:kukuk:branches:Base:System
- Don't call systemctl list-unit-files with an empty argument, this will break enabling of system unit files [bsc#1212496] OBS-URL: https://build.opensuse.org/request/show/1093778 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=60
This commit is contained in:
parent
0a6a7bcab8
commit
0f71fde675
@ -69,7 +69,7 @@ apply_preset_state_changes () {
|
|||||||
exec 3<&-
|
exec 3<&-
|
||||||
done
|
done
|
||||||
if test -x /usr/bin/systemctl ; then
|
if test -x /usr/bin/systemctl ; then
|
||||||
/usr/bin/systemctl list-unit-files "$GLOBAL"
|
/usr/bin/systemctl list-unit-files $GLOBAL
|
||||||
fi >systemd_preset-states.rpm-tmp
|
fi >systemd_preset-states.rpm-tmp
|
||||||
exec 3<systemd_preset-states.rpm-tmp
|
exec 3<systemd_preset-states.rpm-tmp
|
||||||
read -u3 PAD
|
read -u3 PAD
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 19 12:48:36 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Don't call systemctl list-unit-files with an empty argument,
|
||||||
|
this will break enabling of system unit files [bsc#1212496]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 9 14:22:41 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
Fri Jun 9 14:22:41 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user