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:
10ec4fa
)
stop dropbear at shutdown as well
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jan 2010 18:19:42 +0000
(18:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jan 2010 18:19:42 +0000
(18:19 +0000)
SVN-Revision: 19430
package/dropbear/files/dropbear.init
patch
|
blob
|
history
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index 36c37001c1f598d94c0713c9f97f5e339bf39298..4ee130c3a570cb5bbe05a33b1ff3db553191a1a6 100755
(executable)
--- a/
package/dropbear/files/dropbear.init
+++ b/
package/dropbear/files/dropbear.init
@@
-5,6
+5,7
@@
NAME=dropbear
PROG=/usr/sbin/dropbear
START=50
+STOP=50
PIDCOUNT=0
EXTRA_COMMANDS="killclients"
EXTRA_HELP=" killclients Kill ${NAME} processes except servers and yourself"