procd: remove obseleted procd.init file
authorJohn Crispin <john@openwrt.org>
Mon, 8 Jul 2013 16:35:10 +0000 (16:35 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 8 Jul 2013 16:35:10 +0000 (16:35 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37205

package/system/procd/files/procd.init [deleted file]

diff --git a/package/system/procd/files/procd.init b/package/system/procd/files/procd.init
deleted file mode 100644 (file)
index 3df5f48..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=11
-
-start_stop() {
-       start-stop-daemon $1 -b -m -p /var/run/procd.pid -x /sbin/procd
-}
-
-start() {
-       start_stop -S
-}
-
-reload() {
-       return
-}
-
-stop() {
-       start_stop -K
-}