Add devuan support for __start_on_boot
This commit is contained in:
parent
1322e85eac
commit
91ff80fa6a
2 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@ case "$state_should" in
|
|||
|
||||
else
|
||||
case "$os" in
|
||||
debian|ubuntu)
|
||||
debian|ubuntu|devuan)
|
||||
echo update-rc.d -f \"$name\" remove
|
||||
;;
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ next:
|
|||
* Type __go_get: Install go packages using go get (Kamila Součková)
|
||||
* Explorer kernel_name: uname -s (Kamila Součková)
|
||||
* Type __sysctl: Add devuan support (Nico Schottelius)
|
||||
* Type __start_on_boot: Add devuan support (Nico Schottelius)
|
||||
|
||||
4.4.2: 2017-03-08
|
||||
* Core: Fix suppression of manifests' outputs (Darko Poljak)
|
||||
|
|
Loading…
Reference in a new issue