Package: openntpd
Version: 20080406p-4
Severity: minor
Tags: patch confirmed pending


Quoting Valery's mail:

'''

Hello Ulises

I've noticed small problem with ifup.d script for openntpd.
On my laptop I dont bring up any interfaces by default, however your
script checks only for loopback and I have to wait for openntpd
timeout (which triples boot time),here is small patch which cures the
problem:

--- openntpd    2012-07-10 11:38:15.328671231 +0100
+++ /etc/network/if-up.d/openntpd       2012-07-10 11:39:11.633581588 +0100
@@ -2,7 +2,7 @@

 CONFIG="/etc/openntpd/ntpd.conf"

-if [ "${METHOD}" = "loopback" ]
+if [ "${METHOD}"X = "loopback"X ] || [ "${METHOD}"X = "none"X ]
 then
        exit 0
 fi


Regards,
Valery Masiutsin

'''


Thanks!


Dererk

-- 
BOFH excuse #9:
doppler effect


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to