Accepting request 424922 from home:tbechtold:branches:Base:System

- Fix is-enabled check in systemd-sysv-install (bsc#997268)

- Fix is-enabled check in systemd-sysv-install (bsc#997268)

OBS-URL: https://build.opensuse.org/request/show/424922
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=948
This commit is contained in:
Franck Bui 2016-09-06 09:01:38 +00:00 committed by Git OBS Bridge
parent ab98658e26
commit 2133bfb31e
3 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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