diff options
-rwxr-xr-x | sysconfig/network-scripts/ifup-eth | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth index c5ca4572..63b1e1e3 100755 --- a/sysconfig/network-scripts/ifup-eth +++ b/sysconfig/network-scripts/ifup-eth @@ -141,9 +141,6 @@ if [ -n "${DYNCONFIG}" -a -x /sbin/dhclient ]; then else ONESHOT="-1"; fi; - if ! need_hostname && [ -z "${DHCP_HOSTNAME}" ]; then - DHCP_HOSTNAME=`hostname` - fi if [ -n "${DHCP_HOSTNAME}" ]; then # Send a host-name to the DHCP server (requ. by some dhcp servers). if [ -w /etc/dhclient-${DEVICE}.conf ] ; then |