projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace ipkg-make-index with a shell script that works on bsd
[openwrt.git]
/
package
/
dropbear
/
files
/
dropbear.init
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index
e0a4481
..
a5822e4
100755
(executable)
--- a/
package/dropbear/files/dropbear.init
+++ b/
package/dropbear/files/dropbear.init
@@
-17,3
+17,7
@@
start() {
/usr/sbin/dropbear
}
+
+stop() {
+ killall dropbear
+}
This page took
0.01991 seconds
and
4
git commands to generate.