Pull up following revision(s) (requested by martin in ticket #1164):

etc/rc.d/ntpdate: revision 1.21

Adjust to "pool" usage in our standard ntp.conf, pointed out
by Connor McLaughlan.
This commit is contained in:
snj 2020-12-28 16:00:19 +00:00
parent d124b0e3f9
commit ea8d55b3b0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: ntpdate,v 1.20 2009/08/03 18:43:48 perry Exp $
# $NetBSD: ntpdate,v 1.20.50.1 2020/12/28 16:00:19 snj Exp $
#
# PROVIDE: ntpdate
@ -21,7 +21,7 @@ ntpdate_start()
ntpdate_hosts=$(awk '
/^#/ { next }
/^(server|peer)[ \t]*127.127/ { next }
/^(server|peer)/ { if ($2 ~ /^-[46]/)
/^(server|peer|pool)/ { if ($2 ~ /^-[46]/)
print $3
else
print $2 }