implement stop() function for dropbear init script

SVN-Revision: 4953
This commit is contained in:
Felix Fietkau 2006-10-07 19:11:19 +00:00
parent fc93677085
commit 87bc31d3a8

View file

@ -17,3 +17,7 @@ start() {
/usr/sbin/dropbear
}
stop() {
killall dropbear
}