Lines Matching refs:resolv
204 local tmpres=/var/run/resolv.conf.${interface}
220 if [ -f /etc/resolv.conf.tail ]; then
221 cat /etc/resolv.conf.tail >>$tmpres
232 if cmp -s $tmpres /etc/resolv.conf; then
242 if [ -f /etc/resolv.conf ]; then
243 cat /etc/resolv.conf > /etc/resolv.conf.save
245 cat $tmpres > /etc/resolv.conf
248 chown -RL root:wheel /etc/resolv.conf
249 chmod -RL 644 /etc/resolv.conf
372 if [ -f /etc/resolv.conf.save ]; then
373 cat /etc/resolv.conf.save > /etc/resolv.conf