Home | History | Annotate | Download | only in scripts

Lines Matching refs:resolv

8     cat /dev/null > /etc/resolv.conf.dhclient
9 chmod 644 /etc/resolv.conf.dhclient
11 echo search $new_domain_search >> /etc/resolv.conf.dhclient
16 echo search $new_domain_name >> /etc/resolv.conf.dhclient
19 echo nameserver $nameserver >>/etc/resolv.conf.dhclient
22 mv /etc/resolv.conf.dhclient /etc/resolv.conf
24 cat /dev/null > /etc/resolv.conf.dhclient6
25 chmod 644 /etc/resolv.conf.dhclient6
28 echo search ${new_dhcp6_domain_search} >> /etc/resolv.conf.dhclient6
38 echo nameserver ${nameserver}$zone_id >> /etc/resolv.conf.dhclient6
41 mv /etc/resolv.conf.dhclient6 /etc/resolv.conf