Home | History | Annotate | Download | only in dhcpcd-hooks

Lines Matching refs:conf

2 # Like our resolv.conf hook script, we store a database of ntp.conf files
3 # and merge into /etc/ntp.conf
6 # dhcpcd -e NTP_CONF=/usr/pkg/etc/ntpd.conf
8 # NTP_CONF=/usr/pkg/etc/ntpd.conf
16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp}
21 ntp_conf_dir="$state_dir/ntp.conf"
25 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}
37 local cf="$state_dir/ntp.conf.$ifname"
59 # Merge our config into ntp.conf