components/ntp/patches/ntpwait.patch
author Sunil Kumar H G - Oracle Corporation - Bangalore India <sunil.kumar.h.g@oracle.com>
Wed, 27 Mar 2013 13:48:06 -0500
branchs11u1-sru
changeset 2533 3e22216ebd48
parent 172 093198acf7d4
permissions -rw-r--r--
15847852 update zoneinfo timezones to 2012i(Cuba)

--- 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;