aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-07-26 18:27:37 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-07-26 18:27:37 +0000
commit3c0898098ec0e58320655131f381cbe7d39ee871 (patch)
treecce23fff2cc392983a0c26eb44b085629588fa8f /sbin/dhclient
parentd8d65971ac432eeb067b52d4e935b627e98bad09 (diff)
downloadsrc-3c0898098ec0e58320655131f381cbe7d39ee871.tar.gz
src-3c0898098ec0e58320655131f381cbe7d39ee871.zip
s/if_defaulroute/if_defaultroute/
We may now handle route updates better.
Notes
Notes: svn path=/head/; revision=148420
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/dhclient-script b/sbin/dhclient/dhclient-script
index 384e8f4433ef..0e446b4aef62 100644
--- a/sbin/dhclient/dhclient-script
+++ b/sbin/dhclient/dhclient-script
@@ -198,7 +198,7 @@ if [ -f /etc/dhclient-enter-hooks ]; then
fi
if [ -x $NETSTAT ]; then
- if_defaulroute=`$NETSTAT -rn | $GREP "^default" | $AWK '{print $6}'`
+ if_defaultroute=`$NETSTAT -rn | $GREP "^default" | $AWK '{print $6}'`
else
if_defaultroute="x"
fi