Restore behaviour from rev. 1.9. Only log when there is a real change

to the configuration state.

Noticed by:	obrien
This commit is contained in:
Martin Blapp 2003-09-09 16:19:46 +00:00
parent 32a79d7cb2
commit 864ce58afa

View File

@ -50,12 +50,7 @@ if [ -f /etc/dhclient-enter-hooks ]; then
fi
fi
if [ x$new_network_number != x ]; then
$LOGGER New Network Number: $new_network_number
fi
if [ x$new_broadcast_address != x ]; then
$LOGGER New Broadcast Address: $new_broadcast_address
new_broadcast_arg="broadcast $new_broadcast_address"
fi
if [ x$old_broadcast_address != x ]; then