summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update-rcconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-rcconf b/scripts/update-rcconf
index 24e767a77..4e816448f 100755
--- a/scripts/update-rcconf
+++ b/scripts/update-rcconf
@@ -27,7 +27,7 @@ for service in $(grep ^ADK_RUNTIME_START_ $topdir/.config |grep -v ADK_RUNTIME_S
if [ $rcname = "openssh_server" ];then
rcname=openssh
fi
- if [ "$ADK_PKG_KODIBOX" = "y" -o "$ADK_PKG_MPDBOX" = "y" ];then
+ if [ "$ADK_APPLIANCE_KODI" = "y" -o "$ADK_APPLIANCE_MPD" = "y" ];then
sed -i -e "s#$rcname=\"NO\"#$rcname=\"DAEMON\"#" $rcconf
else
sed -i -e "s#$rcname=\"NO\"#$rcname=\"YES\"#" $rcconf