User error on my last diff here is an updated one that is correct: --- /sbin/dhclient-script 2011-08-09 14:50:08.000000000 -0400 +++ /sbin/dhclient-script 2011-11-02 16:44:47.000000000 -0400 @@ -152,9 +152,9 @@ ;; BOUND|RENEW|REBIND|REBOOT)
- if [ -n "$old_host_name" -a -n "$host_name" -a \ - "$host_name" != "$old_host_name" ]; then - hostname "$new_host_name" + if [ ! -s /etc/hostname ]; then + # /etc/hostname > 0 set hostname + hostname "$new_host_name" fi if [ -n "$old_ip_address" -a -n "$alias_ip_address" -a \ Tim Heckman
dhclient-script.diff
Description: Binary data