]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typo
authorTed Lemon <source@isc.org>
Mon, 2 Jun 1997 23:37:04 +0000 (23:37 +0000)
committerTed Lemon <source@isc.org>
Mon, 2 Jun 1997 23:37:04 +0000 (23:37 +0000)
client/scripts/netbsd

index 270323210aebfcd8e5bbea57f59fba535f9dcbae..819bfd2415353a6c9ddacf640a772afe88248f25 100755 (executable)
@@ -85,7 +85,7 @@ if [ x$reason = xEXPIRE ] || [ x$reason = xFAIL ]; then
     for router in $old_routers; do
       route delete default $router >/dev/null 2>&1
     done
-    arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p'i \
+    arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \
                                                |sh >/dev/null 2>&1
   fi
   if [ x$alias_ip_address != x ]; then