summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-31 09:26:03 +0000
committerobrien <obrien@FreeBSD.org>2001-03-31 09:26:03 +0000
commit8b4d22a1bbe92cf8b73395b1464db7c8d8055840 (patch)
treea345b91407696c1793702e643fc759ad297ac646 /contrib/isc-dhcp
parent768b07e4c3cacb8033002339c264a538c134bfa0 (diff)
downloadFreeBSD-src-8b4d22a1bbe92cf8b73395b1464db7c8d8055840.zip
FreeBSD-src-8b4d22a1bbe92cf8b73395b1464db7c8d8055840.tar.gz
Consistently space the output.
Diffstat (limited to 'contrib/isc-dhcp')
-rwxr-xr-xcontrib/isc-dhcp/client/scripts/freebsd10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/isc-dhcp/client/scripts/freebsd b/contrib/isc-dhcp/client/scripts/freebsd
index 4e79e42..88a37d4 100755
--- a/contrib/isc-dhcp/client/scripts/freebsd
+++ b/contrib/isc-dhcp/client/scripts/freebsd
@@ -108,9 +108,9 @@ if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
[ x$reason = xBOUND ] || [ x$reason = xREBOOT ]; then
ifconfig $interface inet $new_ip_address $new_netmask_arg \
$new_broadcast_arg $medium
- $LOGGER "New IP Address($interface): $new_ip_address"
+ $LOGGER "New IP Address ($interface): $new_ip_address"
$LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
- $LOGGER "New Broadcast Address($interface): $new_broadcast_address"
+ $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
if [ -n "$new_routers" ]; then
$LOGGER "New Routers: $new_routers"
fi
@@ -169,9 +169,9 @@ if [ x$reason = xTIMEOUT ]; then
fi
ifconfig $interface inet $new_ip_address $new_netmask_arg \
$new_broadcast_arg $medium
- $LOGGER "New IP Address($interface): $new_ip_address"
- $LOGGER "New Subnet Mask($interface): $new_subnet_mask"
- $LOGGER "New Broadcast Address($interface): $new_broadcast_address"
+ $LOGGER "New IP Address ($interface): $new_ip_address"
+ $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
+ $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
sleep 1
if [ -n "$new_routers" ]; then
$LOGGER "New Routers: $new_routers"
OpenPOWER on IntegriCloud