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

/external/dhcpcd/dhcpcd-hooks/
H A D50-ntp.conf20 ntp_conf=${NTP_CONF:-/etc/ntp.conf}
51 cp "$ntp_conf" "$cf"
52 ntp_conf="$NTP_DHCP_CONF"
53 elif [ -e "$ntp_conf" ]; then
55 "$ntp_conf" > "$cf"
63 [ -e "$ntp_conf" ] || return
67 if change_file "$ntp_conf" "$cf"; then

Completed in 24 milliseconds