projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e36e10
)
procd: remove obseleted procd.init file
author
John Crispin
<john@openwrt.org>
Mon, 8 Jul 2013 16:35:10 +0000
(16:35 +0000)
committer
John 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]
patch
|
blob
|
history
diff --git
a/package/system/procd/files/procd.init
b/package/system/procd/files/procd.init
deleted file mode 100644
(file)
index
3df5f48
..0000000
--- a/
package/system/procd/files/procd.init
+++ /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
-}