Lines Matching full:dhclient
5 cat /dev/null > /etc/resolv.conf.dhclient
7 echo search $new_domain_search >> /etc/resolv.conf.dhclient
12 echo search $new_domain_name >> /etc/resolv.conf.dhclient
15 echo nameserver $nameserver >>/etc/resolv.conf.dhclient
18 mv /etc/resolv.conf.dhclient /etc/resolv.conf
44 if [ -f /etc/dhclient-exit-hooks ]; then
45 . /etc/dhclient-exit-hooks
51 # This function was largely borrowed from dhclient-script that
97 if [ -f /etc/dhclient-enter-hooks ]; then
99 . /etc/dhclient-enter-hooks