Browse Source

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.
Matthias Schiffer 7 years ago
parent
commit
28f42b24a8

+ 0 - 5
package/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S12rpcd

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

+ 0 - 4
package/gluon-status-page-api/files/lib/gluon/upgrade/500-status-page-api

@@ -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