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

/freebsd-11-stable/contrib/openresolv/
H A Dunbound.in33 [ -z "$unbound_conf" ] && exit 0
68 config_mkdirs "$unbound_conf"
70 @SBINDIR@/resolvconf -D "$unbound_conf"
85 if [ ! -f "$unbound_conf" ] || \
86 [ "$(cat "$unbound_conf")" != "$(printf %s "$newconf")" ]
88 printf %s "$newconf" >"$unbound_conf"
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh36 unbound_conf=""
65 : ${unbound_conf:=${workdir}/unbound.conf}
84 for file in "${unbound_conf}" "${forward_conf}" \
181 echo "unbound_conf=\"${forward_conf}\""
327 unbound_conf="$OPTARG"
423 local tmp_unbound_conf=$(mktemp -u "${unbound_conf}.XXXXX")
426 replace "${unbound_conf}" "${tmp_unbound_conf}"
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_18 # unbound_conf - where the unbound.conf file is located.
28 # env.unbound_conf /usr/local/etc/unbound/unbound.conf
70 env.unbound_conf /usr/local/etc/unbound/unbound.conf
102 conf=${unbound_conf:-/usr/local/etc/unbound/unbound.conf}

Completed in 122 milliseconds