From 96db69bd45e459def044645ad759245581a6a5b2 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Wed, 8 Jun 2016 16:39:04 +0200 Subject: busybox: Call ntpd hotplug script for every action Daemons that are waiting for a timesync are only triggered when the action is stratum. As step is the first sync action pass all actions to the ntpd hotplug scripts; it's up to the ntpd hotplugscript to filter out the actions it is interested in. Signed-off-by: Hans Dedecker --- package/utils/busybox/files/ntpd-hotplug | 1 - 1 file changed, 1 deletion(-) (limited to 'package/utils/busybox/files') diff --git a/package/utils/busybox/files/ntpd-hotplug b/package/utils/busybox/files/ntpd-hotplug index ddc1490a47..8d6d609166 100755 --- a/package/utils/busybox/files/ntpd-hotplug +++ b/package/utils/busybox/files/ntpd-hotplug @@ -1,3 +1,2 @@ #!/bin/sh -[ "$1" = stratum ] || exit 0 ACTION="$1" /sbin/hotplug-call ntp -- cgit v1.2.3