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:
parent
d124b0e3f9
commit
ea8d55b3b0
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue