Исправлено удаление init.d/calculate из автозапуска

master3.4
Mike Khiretskiy 10 years ago
parent fb54292eed
commit 3c2dfe4cdd

@ -156,7 +156,7 @@ start() {
stop() {
local roottype=`variable_value main.os_root_type`
if [[ $roottype == "hdd" ]] && rc-config list boot | grep -q "calculate "
if [[ $roottype == "hdd" ]] && rc-config list boot | grep -q -e "calculate " -e "calculate$"
then
rc-update del calculate boot
local distdir="/usr/portage/distfiles"

Loading…
Cancel
Save