gluon-setup-mode, gluon-status-page-api: remove references to rpcd

rpcd is not included in our images anymore since switching to gluon-web, so
we don't need to disable it anymore.
This commit is contained in:
Matthias Schiffer 2017-02-24 00:44:03 +01:00
parent 2b9aaa81a1
commit 28f42b24a8
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
2 changed files with 0 additions and 9 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh /etc/rc.common
if [ -x /etc/init.d/rpcd ]; then
. /etc/init.d/rpcd
fi

View File

@ -11,7 +11,3 @@ uci -q batch <<-EOF
set uhttpd.main.max_requests=32
EOF
if [ -x /etc/init.d/rpcd ]; then
/etc/init.d/rpcd disable
fi