lol
1diff -ru -x '*~' dhcp-4.1.2-P1-orig//client/scripts/linux dhcp-4.1.2-P1//client/scripts/linux
2--- dhcp-4.1.2-P1-orig//client/scripts/linux 2010-09-15 00:49:48.000000000 +0200
3+++ dhcp-4.1.2-P1//client/scripts/linux 2011-04-01 16:08:10.984372269 +0200
4@@ -133,9 +133,7 @@
5 [ x$current_hostname = "x(none)" ] || \
6 [ x$current_hostname = xlocalhost ] || \
7 [ x$current_hostname = x$old_host_name ]; then
8- if [ x$new_host_name != x$old_host_name ]; then
9- hostname "$new_host_name"
10- fi
11+ hostname "$new_host_name"
12 fi
13
14 if [ x$old_ip_address != x ] && [ x$alias_ip_address != x ] && \