From 3c0898098ec0e58320655131f381cbe7d39ee871 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 26 Jul 2005 18:27:37 +0000 Subject: [PATCH] s/if_defaulroute/if_defaultroute/ We may now handle route updates better. --- sbin/dhclient/dhclient-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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