Add devuan support for __start_on_boot

This commit is contained in:
Nico Schottelius 2017-06-03 18:15:44 +02:00
parent 1322e85eac
commit 91ff80fa6a
2 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ case "$state_should" in
else
case "$os" in
debian|ubuntu)
debian|ubuntu|devuan)
echo update-rc.d -f \"$name\" remove
;;

View File

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