projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc93677
)
implement stop() function for dropbear init script
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 7 Oct 2006 19:11:19 +0000
(19:11 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 7 Oct 2006 19:11:19 +0000
(19:11 +0000)
SVN-Revision: 4953
openwrt/package/dropbear/files/dropbear.init
patch
|
blob
|
history
diff --git
a/openwrt/package/dropbear/files/dropbear.init
b/openwrt/package/dropbear/files/dropbear.init
index e0a4481bf9049b77ef3ef2d5de03f9e9967b9dfb..a5822e4f2bc886062d305efe5ac546009faba4c5 100755
(executable)
--- a/
openwrt/package/dropbear/files/dropbear.init
+++ b/
openwrt/package/dropbear/files/dropbear.init
@@
-17,3
+17,7
@@
start() {
/usr/sbin/dropbear
}
+
+stop() {
+ killall dropbear
+}