Searched refs:ntp_conf (Results 1 – 1 of 1) sorted by relevance
20 ntp_conf=${NTP_CONF:-/etc/ntp.conf}51 cp "$ntp_conf" "$cf"52 ntp_conf="$NTP_DHCP_CONF"53 elif [ -e "$ntp_conf" ]; then55 "$ntp_conf" > "$cf"63 [ -e "$ntp_conf" ] || return67 if change_file "$ntp_conf" "$cf"; then