replace ipkg-make-index with a shell script that works on bsd
[openwrt.git] / package / dropbear / files / dropbear.init
index e0a4481..a5822e4 100755 (executable)
@@ -17,3 +17,7 @@ start() {
        
        /usr/sbin/dropbear
 }
+
+stop() {
+       killall dropbear
+}
This page took 0.01991 seconds and 4 git commands to generate.