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