components/ntp/patches/ntpwait.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 172 093198acf7d4
permissions -rw-r--r--
Close of build 10.

--- 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(<Q>) {
       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;