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.conf25 if [ -z "$NTP_CONF" -a -e /etc/ntpd.conf -a ! -e /etc/ntp.conf ]; then
26 : ${NTP_CONF:=/etc/ntpd.conf}
28 : ${NTP_CONF:=/etc/ntp.conf}
31 ntp_conf=${NTP_CONF}