This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
implement stop() function for dropbear init script
Browse Source
SVN-Revision: 4953
master
Felix Fietkau
18 years ago
parent
fc93677085
commit
87bc31d3a8
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
openwrt/package/dropbear/files/dropbear.init
4
openwrt/package/dropbear/files/dropbear.init
Unescape
Escape
View File
@ -17,3 +17,7 @@ start() {
/usr/sbin/dropbear
}
stop() {
killall dropbear
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
hsist/freifunkist-firmware
Title
Body
Create Issue