Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-ntp.conf31 ntp_conf=${NTP_CONF}
64 [ -e "$ntp_conf" ] && cp "$ntp_conf" "$cf"
65 ntp_conf="$NTP_DHCP_CONF"
66 elif [ -e "$ntp_conf" ]; then
68 "$ntp_conf" > "$cf"
76 [ -e "$ntp_conf" -a -e "$cf" ] || return
80 if change_file "$ntp_conf" "$cf"; then