Re: [OpenWrt-Devel] [PATCH] [packages] ntpd: fix hotplug script

2015-04-04 Thread John Crispin
Hi, ntpd is part of the packages feed hosted on github. please send a PR with the patch there. John On 04/04/2015 10:30, Sebastian Kemper wrote: > Currently the hotplug script never starts because it assumes the wrong > path to the binary. Fix the path. > > Signed-off-by: Sebastian Kemp

[OpenWrt-Devel] [PATCH] [packages] ntpd: fix hotplug script

2015-04-04 Thread Sebastian Kemper
Currently the hotplug script never starts because it assumes the wrong path to the binary. Fix the path. Signed-off-by: Sebastian Kemper --- diff --git a/net/ntpd/files/ntpd.hotplug b/net/ntpd/files/ntpd.hotplug index 992628f..975be75 100644 --- a/net/ntpd/files/ntpd.hotplug +++ b/net/ntpd/file