bk: 4e09672fDcWfaag5qx4EQHkDC9PPlQ
* [Bug 1958] genLocInfo must export PATH.
+* ntp-wait: some versions of ntpd spell "associd" differently.
(4.2.7p187) 2011/06/24 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1954] Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am.
* Implement --with-locfile=filename configure argument. If filename is
chomp;
# the first line should be similar to:
# associd=0 status=0645 leap_none, sync_ntp, ...
- if (/^associd=0 status=(\S{4}) (\S+), (\S+),/) {
+ if (/^asso?c?id=0 status=(\S{4}) (\S+), (\S+),/i) {
my $status = $1;
my $leap = $2;
my $sync = $3;