summaryrefslogtreecommitdiff
path: root/package/system/ubus
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-06-24 12:38:30 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-06-24 12:38:30 +0000
commit4f6a8df9b3f2f02c3cdcc0719d9e6ef7280eac51 (patch)
tree25971f639a63d198e1d8e09bf02b9fc82be90846 /package/system/ubus
parent9ebf099d33ed693f3d47fa8c4ad0a9980af66438 (diff)
ubus: remove unused init-script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37026 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
-}