X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fopenntpd%2Ffiles%2Fntpd.init;h=31d9f22f03ad28330484e2ff9150e9affc144c77;hp=0d6c7a10b69898e21006d4034b60d9a351503731;hb=f01b3615cf4c849861f0ecd2920783b9d8101af8;hpb=608e2313703f215daa56f3d220bd92739dd4471d diff --git a/net/openntpd/files/ntpd.init b/net/openntpd/files/ntpd.init index 0d6c7a10b6..31d9f22f03 100644 --- a/net/openntpd/files/ntpd.init +++ b/net/openntpd/files/ntpd.init @@ -14,5 +14,6 @@ start() { } stop() { - killall ntpd + # -1 seems insufficient to kill one of the two underlying processes. + killall -9 ntpd }