From 3c2dfe4cddaa275e12bc507b991364d15b0b3ce3 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Mon, 8 Dec 2014 14:37:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20init.d/calculate=20=D0=B8=D0=B7=20=D0=B0=D0=B2=D1=82?= =?UTF-8?q?=D0=BE=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/calculate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/calculate b/data/calculate index 45f3d71..fcd0433 100644 --- a/data/calculate +++ b/data/calculate @@ -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"