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

1234

/freebsd-10.0-release/contrib/openresolv/
H A Dresolvconf.conf4 resolv_conf=/etc/resolv.conf
H A Dlibc.in64 SYSCONFDIR="$SYSCONFDIR/resolvconf/resolv.conf.d"
65 base="$SYSCONFDIR/resolv.conf.d/base"
74 if [ -f "$SYSCONFDIR"/resolv.conf.d/head ]; then
75 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.d/head)"
77 if [ -f "$SYSCONFDIR"/resolv.conf.d/tail ]; then
78 resolv_conf_tail="$(cat "$SYSCONFDIR"/resolv.conf.d/tail)"
81 : ${resolv_conf:=/etc/resolv.conf}
85 if [ "${resolv_conf_head-x}" = x -a -f "$SYSCONFDIR"/resolv.conf.head ]; then
86 resolv_conf_head="$(cat "${SYSCONFDIR}"/resolv.conf.head)"
88 if [ "${resolv_conf_tail-x}" = x -a -f "$SYSCONFDIR"/resolv
[all...]
H A Dresolvconf.in64 (DNS supplied via stdin in resolv.conf format)
89 echo "# resolv.conf from $1"
90 # Our variable maker works of the fact each resolv.conf per interface
99 # Parse resolv.conf's and make variables
121 "# resolv.conf from "*)
123 iface="${line#\# resolv.conf from *}"
226 echo "No resolv.conf for interface $i" >&2
298 # -l lists our resolv files, optionally for a specific interface
360 error_exit "No resolv.conf for" \
370 # Read resolv
[all...]
/freebsd-10.0-release/tools/regression/lib/libc/resolv/
H A DMakefile4 PROG= resolv
/freebsd-10.0-release/lib/libc/resolv/
H A Dh_errno.c31 #include <resolv.h>
H A Dres_state.c31 #include <resolv.h>
H A Dherror.c65 #include <resolv.h>
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/usr.sbin/bsdconfig/networking/share/
H A DMakefile7 netmask.subr resolv.subr routing.subr services.subr
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dscript109 if [ ! -f $BSDINSTALL_CHROOT/etc/resolv.conf -a -f /etc/resolv.conf ]; then
110 cp /etc/resolv.conf $BSDINSTALL_CHROOT/etc/resolv.conf
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.h59 #include <resolv.h>
/freebsd-10.0-release/lib/libc/include/
H A Dresolv_mt.h7 #include <resolv.h>
/freebsd-10.0-release/usr.sbin/bsdconfig/networking/
H A Dnameservers39 f_include $BSDCFG_SHARE/networking/resolv.subr
/freebsd-10.0-release/include/
H A Dres_update.h30 #include <resolv.h>
/freebsd-10.0-release/release/
H A Dgenerate-release.sh109 cp /etc/resolv.conf ${CHROOTDIR}/etc/resolv.conf
H A Drelease.sh165 cp /etc/resolv.conf ${CHROOTDIR}/etc/resolv.conf
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-networking.sh171 : > ${FSMNT}/etc/resolv.conf
176 echo "nameserver ${NAMESERVER}" >>${FSMNT}/etc/resolv.conf
267 : > ${FSMNT}/etc/resolv.conf
274 echo "nameserver ${NAMESERVER}" >>${FSMNT}/etc/resolv.conf
284 echo "nameserver ${NAMESERVER}" >>${FSMNT}/etc/resolv.conf
423 : >/etc/resolv.conf
428 echo "nameserver ${NAMESERVER}" >>/etc/resolv.conf
434 echo "nameserver ${NAMESERVER}" >>/etc/resolv.conf
H A Dstartautoinstall.sh81 echo "nameserver ${NICDNS}" >/etc/resolv.conf
/freebsd-10.0-release/crypto/openssh/
H A Duuencode.c30 #include <resolv.h>
/freebsd-10.0-release/lib/libc/net/
H A Dmap_v4v6.c68 #include <resolv.h>
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Drc120 [ -n "${resolv_conf}" ] && echo ${resolv_conf} > /etc/resolv.conf
/freebsd-10.0-release/crypto/heimdal/lib/kafs/
H A Dkafs_locl.h90 #include <resolv.h>
/freebsd-10.0-release/lib/libc/inet/
H A Dnsap_addr.c35 #include <resolv.h>

Completed in 189 milliseconds

1234