diff --git a/usr.sbin/route6d/misc/chkrt b/usr.sbin/route6d/misc/chkrt index f57a376d378c..6ae01f37be04 100755 --- a/usr.sbin/route6d/misc/chkrt +++ b/usr.sbin/route6d/misc/chkrt @@ -13,7 +13,7 @@ chop; close(FD); system("kill -INT $_"); -open(NS, "/usr/local/v6/bin/netstat -r -n|") || die "Can not open netstat"; +open(NS, "/usr/bin/netstat -r -n|") || die "Can not open netstat"; while () { chop; next unless (/^3f/ || /^5f/);