summaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-06-24 12:38:30 +0000
committerSteven Barth <cyrus@openwrt.org>2013-06-24 12:38:30 +0000
commit111b480945afe53f0fe0fa877159e38461395327 (patch)
treecc49473c9d0d17bf370e53df1939a48fc7f13369 /package/system/ubus
parentd3723f93c66dd2f95562eea944875ad83de014a4 (diff)
downloadmaster-31e0f0ae-111b480945afe53f0fe0fa877159e38461395327.tar.gz
master-31e0f0ae-111b480945afe53f0fe0fa877159e38461395327.tar.bz2
master-31e0f0ae-111b480945afe53f0fe0fa877159e38461395327.zip
ubus: remove unused init-script
SVN-Revision: 37026
Diffstat (limited to 'package/system/ubus')
-rwxr-xr-xpackage/system/ubus/files/ubus.init14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/system/ubus/files/ubus.init b/package/system/ubus/files/ubus.init
deleted file mode 100755
index 70fe21c6aa..0000000000
--- a/package/system/ubus/files/ubus.init
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=11
-
-SERVICE_DAEMONIZE=1
-SERVICE_WRITE_PID=1
-
-start() {
- service_start /sbin/ubusd
-}
-
-stop() {
- service_stop /sbin/ubusd
-}