Updated login.conf and openntpd.conf templates
This commit is contained in:
parent
748d5d4802
commit
391f413f7e
2 changed files with 18 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
# $OpenBSD: ntpd.conf,v 1.11 2009/05/18 16:13:48 stevesk Exp $
|
||||
# sample ntpd configuration file, see ntpd.conf(5)
|
||||
|
||||
# Addresses to listen on (ntpd does not listen by default)
|
||||
|
@ -7,6 +8,7 @@ listen on *
|
|||
#server ntp.example.org
|
||||
|
||||
# use a random selection of NTP Pool Time Servers
|
||||
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
|
||||
<% ntp_server.each do |server| -%>
|
||||
servers <%= server %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue