Lines Matching full:dhclient
8 LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
15 ( cat /dev/null > /etc/resolv.conf.dhclient )
18 $LOGGER "Unable to create /etc/resolv.conf.dhclient: Error $exit_status"
21 ( echo search $new_domain_search >> /etc/resolv.conf.dhclient )
27 ( echo search $new_domain_name >> /etc/resolv.conf.dhclient )
34 ( echo nameserver $nameserver >>/etc/resolv.conf.dhclient )
40 ( mv /etc/resolv.conf.dhclient /etc/resolv.conf )
88 if [ -f /etc/dhclient-exit-hooks ]; then
89 . /etc/dhclient-exit-hooks
95 # This function was largely borrowed from dhclient-script that
141 if [ -f /etc/dhclient-enter-hooks ]; then
143 . /etc/dhclient-enter-hooks