ntp: add hotplug class for ntp-events
Based on a patch by Luiz Angelo Daros de Luca Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43421
This commit is contained in:
3
package/utils/busybox/files/ntpd-hotplug
Executable file
3
package/utils/busybox/files/ntpd-hotplug
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
[ "$1" = stratum ] || exit 0
|
||||
ACTION="$1" /sbin/hotplug-call ntp
|
||||
Reference in New Issue
Block a user