Searched refs:resolv (Results 1 - 25 of 169) sorted by relevance

1234567

/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.conf4 resolv_conf=/etc/resolv.conf
H A Dlibc.in82 SYSCONFDIR="$SYSCONFDIR/resolvconf/resolv.conf.d"
83 base="$SYSCONFDIR/resolv.conf.d/base"
91 if [ -f "$SYSCONFDIR"/resolv.conf.d/head ]; then
92 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.d/head)"
94 if [ -f "$SYSCONFDIR"/resolv.conf.d/tail ]; then
95 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.d/tail)"
98 : ${resolv_conf:=/etc/resolv.conf}
101 if [ "${resolv_conf_head-x}" = x -a -f "$SYSCONFDIR"/resolv.conf.head ]; then
102 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.head)"
104 if [ "${resolv_conf_tail-x}" = x -a -f "$SYSCONFDIR"/resolv
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_resolv.sh28 atf_test_case resolv
41 atf_add_test_case resolv
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhv_get_dns_info2 # This script parses /etc/resolv.conf to retrive DNS information.
7 #if test -r /etc/resolv.conf
9 # awk -- '/^nameserver/ { print $2 }' /etc/resolv.conf
11 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
H A Dhv_set_ifconfig51 sed -i".bak" '/nameserver/d' /etc/resolv.conf
52 echo "nameserver" $DNS >> /etc/resolv.conf
/freebsd-11-stable/lib/libc/tests/resolv/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/lib/libc/resolv
/freebsd-11-stable/release/tools/
H A Dopenstack.conf22 rm -f ${DESTDIR}/etc/resolv.conf
H A Dvagrant-virtualbox.conf18 rm -f ${DESTDIR}/etc/resolv.conf
H A Dvagrant-vmware.conf22 rm -f ${DESTDIR}/etc/resolv.conf
H A Dazure.conf26 rm -f ${DESTDIR}/etc/resolv.conf
H A Dgce.conf21 echo 'search google.internal' > ${DESTDIR}/etc/resolv.conf
22 echo 'nameserver 169.254.169.254' >> ${DESTDIR}/etc/resolv.conf
23 echo 'nameserver 8.8.8.8' >> ${DESTDIR}/etc/resolv.conf
124 rm -f ${DESTDIR}/etc/resolv.conf
/freebsd-11-stable/lib/libc/resolv/
H A Dh_errno.c31 #include <resolv.h>
H A DMakefile.inc1 # $FreeBSD: stable/11/lib/libc/resolv/Makefile.inc 313240 2017-02-04 17:17:38Z ngie $
3 # resolv sources
4 .PATH: ${LIBC_SRCTOP}/resolv
10 SYM_MAPS+= ${LIBC_SRCTOP}/resolv/Symbol.map
/freebsd-11-stable/usr.sbin/bsdconfig/networking/share/
H A DMakefile5 netmask.subr resolv.subr routing.subr services.subr
/freebsd-11-stable/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script195 # XXX Old code did not create/update resolv.conf unless both
198 # thus broke the script. This code creates the resolv.conf if either
201 local tmpres=/var/run/resolv.conf.${interface}
215 if [ -f /etc/resolv.conf.tail ]; then
216 cat /etc/resolv.conf.tail >>$tmpres
219 # When resolv.conf is not changed actually, we don't
223 # ignore an error and do update resolv.conf.
224 if cmp -s $tmpres /etc/resolv.conf; then
229 # In case (e.g. during OpenBSD installs) /etc/resolv.conf
233 if [ -f /etc/resolv
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient-script195 # XXX Old code did not create/update resolv.conf unless both
198 # thus broke the script. This code creates the resolv.conf if either
201 local tmpres=/var/run/resolv.conf.${interface}
217 if [ -f /etc/resolv.conf.tail ]; then
218 cat /etc/resolv.conf.tail >>$tmpres
224 # When resolv.conf is not changed actually, we don't
228 # ignore an error and do update resolv.conf.
229 if cmp -s $tmpres /etc/resolv.conf; then
235 # /etc/resolv.conf is a symbolic link, take
239 if [ -f /etc/resolv
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Denable-net.sh76 echo "nameserver ${IPV6DNS}" >>/etc/resolv.conf
94 # Keep default from IPv4-only support times and clear the resolv.conf file.
95 : > /etc/resolv.conf
97 echo "nameserver ${DNS}" >>/etc/resolv.conf
100 echo "nameserver ${IPV6DNS}" >>/etc/resolv.conf
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dscript126 if [ ! -f $BSDINSTALL_CHROOT/etc/resolv.conf -a -f /etc/resolv.conf ]; then
127 cp /etc/resolv.conf $BSDINSTALL_CHROOT/etc/resolv.conf
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.init_fedora38 if [ ! -e ${rootdir}/etc/resolv.conf ] || /usr/bin/cmp -s /etc/resolv.conf ${rootdir}/etc/resolv.conf; then
39 cp -fp /etc/resolv.conf ${rootdir}/etc/resolv.conf
61 for mountfile in /dev/log /dev/urandom /etc/localtime /etc/resolv.conf /var/run/unbound
H A Dunbound.init46 if [ -s /etc/resolv.conf ]; then
48 if [ ! -e ${rootdir}/etc/resolv.conf ] || ! /usr/bin/cmp -s /etc/resolv.conf ${rootdir}/etc/resolv.conf; then
49 cp -fp /etc/resolv.conf ${rootdir}/etc/resolv.conf
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.h59 #include <resolv.h>
/freebsd-11-stable/lib/libc/include/
H A Dresolv_mt.h7 #include <resolv.h>
/freebsd-11-stable/lib/libc/tests/nss/
H A DMakefile3 .PATH: ${.CURDIR:H}/resolv
/freebsd-11-stable/usr.sbin/bsdconfig/networking/
H A Dnameservers39 f_include $BSDCFG_SHARE/networking/resolv.subr
/freebsd-11-stable/lib/libc/tests/net/
H A DMakefile39 ${PACKAGE}FILES+= resolv.conf

Completed in 306 milliseconds

1234567