Home | History | Annotate | Download | only in scripts

Lines Matching full:dhclient

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
48 if [ -f /etc/dhclient-exit-hooks ]; then
49 . /etc/dhclient-exit-hooks
56 if [ -f /etc/dhclient-enter-hooks ]; then
58 . /etc/dhclient-enter-hooks