Hi,

I think one more small correction is needed:

--- ntpdate.old 2008-07-09 00:00:00.000000000 +0300
+++ ntpdate     2014-10-26 20:32:21.000000000 +0200
@@ -12,7 +12,7 @@
        OPTS="-b"
 fi
 
-if [ "$METHOD" = loopback ]; then
+if [ "$METHOD" = loopback ] || [ "$METHOD" = none ]; then
        exit 0
 fi
 
Otherwise ntpdate is run twice at boot time even when you have one physical 
interface, see man for interfaces(5):

When ifupdown is being called with the --all option ... if calls all the hook  
scripts with  IFACE set to "--all", ... ADDRFAM="meta" and  METHOD="none".


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to