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

/netbsd-current/external/bsd/openresolv/dist/
H A Dlibc.in90 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.d/head)"
100 if [ "${resolv_conf_head-x}" = x ] && [ -f "$SYSCONFDIR"/resolv.conf.head ]
102 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.head)"
177 if [ -n "$resolv_conf_head" ]; then
178 newconf="$newconf$resolv_conf_head$NL"

Completed in 98 milliseconds