From: Ted Lemon Date: Mon, 2 Jun 1997 23:37:04 +0000 (+0000) Subject: Fix typo X-Git-Tag: DHCP-970602~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54010773252743c589aeff6e9242887708bb1656;p=thirdparty%2Fdhcp.git Fix typo --- diff --git a/client/scripts/netbsd b/client/scripts/netbsd index 270323210..819bfd241 100755 --- a/client/scripts/netbsd +++ b/client/scripts/netbsd @@ -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