summaryrefslogtreecommitdiff
path: root/client/scripts
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-01-25 00:59:22 +0000
committerTed Lemon <source@isc.org>2000-01-25 00:59:22 +0000
commitdf6e15b7cd586d9fba518703f232105500c97257 (patch)
treedc481930ec3379633e884eb7b0898d0841be41ee /client/scripts
parentcf78bf20906c9ebed516ee33a0fa0da4a9d1a4f9 (diff)
downloadisc-dhcp-df6e15b7cd586d9fba518703f232105500c97257.tar.gz
Pull up change from 3.0.
Diffstat (limited to 'client/scripts')
-rwxr-xr-xclient/scripts/netbsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/scripts/netbsd b/client/scripts/netbsd
index e6e04872..d47841e2 100755
--- a/client/scripts/netbsd
+++ b/client/scripts/netbsd
@@ -85,7 +85,8 @@ if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
ifconfig $interface inet -alias $alias_ip_address > /dev/null 2>&1
route delete $alias_ip_address 127.0.0.1 > /dev/null 2>&1
fi
- if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]; then
+ if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
+ then
ifconfig $interface inet -alias $old_ip_address $medium
route delete $old_ip_address 127.1 >/dev/null 2>&1
for router in $old_routers; do