summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-09-09 16:19:46 +0000
committermbr <mbr@FreeBSD.org>2003-09-09 16:19:46 +0000
commit16a69608057239baa70babc08a9145399430407c (patch)
tree69c30c531f16cb80f4800ebb5c6fd36a1bb5c63a /contrib
parentbe54e225d7722f2bd5c3063b9e19fa7ca5754876 (diff)
downloadFreeBSD-src-16a69608057239baa70babc08a9145399430407c.zip
FreeBSD-src-16a69608057239baa70babc08a9145399430407c.tar.gz
Restore behaviour from rev. 1.9. Only log when there is a real change
to the configuration state. Noticed by: obrien
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/isc-dhcp/client/scripts/freebsd5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/isc-dhcp/client/scripts/freebsd b/contrib/isc-dhcp/client/scripts/freebsd
index 7202f5f..bc17e20 100755
--- a/contrib/isc-dhcp/client/scripts/freebsd
+++ b/contrib/isc-dhcp/client/scripts/freebsd
@@ -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
OpenPOWER on IntegriCloud