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

/netbsd-current/external/bsd/openresolv/dist/
H A Ddnsmasq.in31 [ -z "${dnsmasq_conf}${dnsmasq_resolv}" ] && exit 0
155 config_mkdirs "$dnsmasq_conf" "$dnsmasq_resolv"
157 @SBINDIR@/resolvconf -D "$dnsmasq_conf" "$dnsmasq_resolv"
161 if [ -n "$dnsmasq_conf" ]; then
162 if [ ! -f "$dnsmasq_conf" ] || \
163 [ "$(cat "$dnsmasq_conf")" != "$(printf %s "$newconf")" ]
166 printf %s "$newconf" >"$dnsmasq_conf"

Completed in 86 milliseconds