From dab6a6d3d9a805090f81ec6deff7ced9411bea6b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 18 Nov 2013 13:39:22 +0100 Subject: do not act on INFORM --- 50-ntpdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/50-ntpdate b/50-ntpdate index 4322380..0c6f5b4 100644 --- a/50-ntpdate +++ b/50-ntpdate @@ -1,14 +1,14 @@ #!/bin/sh case "${reason}" in - BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT|STATIC) + BOUND|REBIND|REBOOT|RENEW|TIMEOUT|STATIC) # sync time as soon as connection is up # this reads nameserver from /etc/ntp.conf ntpd -q # alternatively use ntpdate and give hostname #ntpdate -u pool.ntp.org ;; - PREINIT|EXPIRE|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP) + PREINIT|EXPIRE|INFORM|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP) # do nothing here... ;; esac -- cgit v1.2.3-54-g00ecf