Fix removing calculate daemon from boot runlevel.

netsetup
Mike Hiretsky 13 years ago
parent 6a7efdb0a2
commit 2045251dad

@ -108,7 +108,7 @@ start() {
stop() {
local roottype=`variable_value os_root_type`
if [[ $roottype == "hdd" ]] && rc-status -l boot | grep -q calculate
if [[ $roottype == "hdd" ]] && rc-config list boot | grep -q calculate
then
rc-update del calculate boot
fi

Loading…
Cancel
Save