diff --git a/branding-preset-states b/branding-preset-states index d5499d6..3a8f04a 100644 --- a/branding-preset-states +++ b/branding-preset-states @@ -69,7 +69,7 @@ apply_preset_state_changes () { exec 3<&- done 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 exec 3 + +- Fix another case of systemctl being called with an empty + argument. This if a preemptive fix for a similar issue to + bsc#1212496. + +------------------------------------------------------------------- +Mon Jun 19 12:48:36 UTC 2023 - Thorsten Kukuk + +- 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