From bc9258913fa1f81bb457b6afa95e6dbfc5e888dc62d219d889ac2575375d0d6a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 19 Jan 2019 08:00:58 +0000 Subject: [PATCH] Accepting request 667065 from home:sbrabec:branches-systemd-presets-common-SUSE-b1121219 - branding-preset-states: Apply preset to all unit types (bsc#1121219). - Rename 90-default-SUSE.preset to 95-default-SUSE.preset, so product branding takes precedence over common presets. OBS-URL: https://build.opensuse.org/request/show/667065 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=16 --- branding-preset-states | 2 +- systemd-presets-common-SUSE.changes | 8 ++++++++ systemd-presets-common-SUSE.spec | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/branding-preset-states b/branding-preset-states index 8a364b4..a593de1 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 --type=service,socket list-unit-files + /usr/bin/systemctl list-unit-files fi >systemd_preset-states.rpm-tmp exec 3