Lines Matching full:ntp
1 # Sample dhcpcd hook script for ntp
2 # Like our resolv.conf hook script, we store a database of ntp.conf files
3 # and merge into /etc/ntp.conf
9 # to use openntpd from pkgsrc instead of the system provided ntp.
15 [ -e /var/lib/ntp ] || mkdir /var/lib/ntp
16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp}
19 ntp_conf_dir="$state_dir/ntp.conf"
20 ntp_conf=${NTP_CONF:-/etc/ntp.conf}
24 local cf="$state_dir/ntp.conf.$interface"
46 # Merge our config into ntp.conf