[package] kill openntpd harder when stopping, patch from Stefan Monnier
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20317 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -14,5 +14,6 @@ start() {
|
||||
}
|
||||
|
||||
stop() {
|
||||
killall ntpd
|
||||
# -1 seems insufficient to kill one of the two underlying processes.
|
||||
killall -9 ntpd
|
||||
}
|
||||
|
Reference in New Issue
Block a user