From eaa4e1c932e11c6065920ca68ce89590cfd46f7e4bb6e5b8191b0d54dc672d05 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 21 Jan 2014 13:16:14 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=492 --- 1017-skip-native-unit-handling-if-sysv-already-handled.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1017-skip-native-unit-handling-if-sysv-already-handled.patch b/1017-skip-native-unit-handling-if-sysv-already-handled.patch index e21e14e..9390c42 100644 --- a/1017-skip-native-unit-handling-if-sysv-already-handled.patch +++ b/1017-skip-native-unit-handling-if-sysv-already-handled.patch @@ -12,7 +12,7 @@ Based on http://cgit.freedesktop.org/systemd/systemd/patch/?id=67d6621059085963a + /* If the operation was fully executed by the SysV compat, + * let's finish early */ -+ if (strv_isempty(names)) ++ if (strv_isempty(mangled_names)) + return 0; + if (!bus || avoid_bus()) {