From da7bc120be66f28be9952004a644f234b195128d6e56a82cd95b4bd07a473fc4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 10 Sep 2016 22:50:58 +0000 Subject: [PATCH] Accepting request 424926 from Base:System 1 OBS-URL: https://build.opensuse.org/request/show/424926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=240 --- systemd-mini.changes | 5 +++++ systemd-sysv-install | 2 +- systemd.changes | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index a3a7e183..33c5c5bc 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 6 08:14:06 UTC 2016 - tbechtold@suse.com + +- Fix is-enabled check in systemd-sysv-install (bsc#997268) + ------------------------------------------------------------------- Wed Aug 24 12:44:24 UTC 2016 - dimstar@opensuse.org diff --git a/systemd-sysv-install b/systemd-sysv-install index 4c985a55..84e687b0 100644 --- a/systemd-sysv-install +++ b/systemd-sysv-install @@ -21,6 +21,6 @@ ROOT="${ROOT:+--root=$ROOT}" case "$1" in enable) chkconfig $ROOT -a "$NAME" ;; disable) chkconfig $ROOT -d "$NAME" ;; - is-enabled) chkconfig $ROOT -t "$NAME" ;; + is-enabled) chkconfig $ROOT -c "$NAME" ;; *) usage ;; esac diff --git a/systemd.changes b/systemd.changes index a3a7e183..33c5c5bc 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 6 08:14:06 UTC 2016 - tbechtold@suse.com + +- Fix is-enabled check in systemd-sysv-install (bsc#997268) + ------------------------------------------------------------------- Wed Aug 24 12:44:24 UTC 2016 - dimstar@opensuse.org