Bugzilla – Attachment #217807: proposed patch for dhclient-script for bug #389668
hostname $new_host_name
else
if [ -x /usr/bin/host ] ; then
hostname `host "$new_ip_address" | sed 's:^.* ::; s:\..*::'`
if out=`host -W 2 "$new_ip_address" 2>/dev/null` ; then
hostname `echo "$out" | sed 's:^.* ::; s:\..*::'`
fi