diff -r dbff1afe6b31 -r 093198acf7d4 components/ntp/patches/ntpwait.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/ntp/patches/ntpwait.patch Fri Apr 08 05:28:01 2011 -0700 @@ -0,0 +1,13 @@ +--- scripts/ntp-wait.in.orig Thu May 14 06:34:42 2009 ++++ scripts/ntp-wait.in Thu May 14 06:15:13 2009 +@@ -20,8 +20,8 @@ + while() { + chomp; + # the first line should be similar to: +- # associd=0 status=0645 leap_none, sync_ntp, ... +- if (/^associd=0 status=(\S{4}) (\S+), (\S+),/) { ++ # status=0645 leap_none, sync_ntp, ... ++ if (/status=(\S{4}) (\S+), (\S+),/) { + my $status = $1; + my $leap = $2; + my $sync = $3;