summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-rcconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/update-rcconf b/scripts/update-rcconf
index fcaeb7d63..ce9662c85 100755
--- a/scripts/update-rcconf
+++ b/scripts/update-rcconf
@@ -44,6 +44,9 @@ for service in $(grep ^ADK_RUNTIME_START_ $topdir/.config |grep -v ADK_RUNTIME_S
if [ $rcname = "iptables" ];then
rcname=firewall
fi
+ if [ $rcname = "nfs-utils-server" ];then
+ rcname=nfsd
+ fi
if [ $rcname = "openssh_server" ];then
rcname=openssh
fi