Lines Matching refs:conf
54 if [ -f /etc/resolv.conf.head ]; then
55 cat /etc/resolv.conf.head >> "$cf"
60 if [ -f /etc/resolv.conf.tail ]; then
61 cat /etc/resolv.conf.tail >> "$cf"
65 if change_file /etc/resolv.conf "$cf"; then
66 chmod 644 /etc/resolv.conf
73 local x= conf="$signature$NL" i=${ra_count:-0} ra= warn=true
105 conf="${conf}domain $1$NL"
117 conf="${conf}search $new_domain_search$NL"
124 conf="${conf}nameserver $x$NL"
128 printf %s "$conf" | resolvconf -a "$ifname"
136 printf %s "$conf" > "$resolv_conf_dir/$ifname"