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

/freebsd-9.3-release/contrib/openresolv/
H A Ddnsmasq.in31 [ -z "$dnsmasq_conf" -a -z "$dnsmasq_resolv" ] && exit 0
97 if [ -n "$dnsmasq_conf" ]; then
98 if [ ! -f "$dnsmasq_conf" ] || \
99 [ "$(cat "$dnsmasq_conf")" != "$(printf %s "$newconf")" ]
102 printf %s "$newconf" >"$dnsmasq_conf"

Completed in 45 milliseconds