summaryrefslogtreecommitdiff
path: root/scripts/update-rcconf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-17 15:11:08 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-17 15:11:53 +0200
commita202a6e6bc1df6dae97339c44b723829ba79dd39 (patch)
tree3895dbed1640d341180a96b7d8b0989bf1d4a637 /scripts/update-rcconf
parent491ae597eba8cba4f59c275f00e590039852f79c (diff)
nfs-utils: fix wrong startup scripts
Diffstat (limited to 'scripts/update-rcconf')
-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