forked from pool/systemd
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:
parent
ab98658e26
commit
2133bfb31e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user