Home
last modified time | relevance | path

Searched refs:ntp_conf (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/dhcpcd/hooks/
H A D50-ntp.conf54 ntp_conf=${NTP_CONF}
88 [ -e "$ntp_conf" ] && cp "$ntp_conf" "$cf"
89 ntp_conf="$NTP_DHCP_CONF"
90 elif [ -e "$ntp_conf" ]; then
92 "$ntp_conf" > "$cf"
100 [ -e "$ntp_conf" ] && [ -e "$cf" ] || return
104 if change_file "$ntp_conf" "$cf"; then