summaryrefslogtreecommitdiffstats
path: root/usr.sbin/route6d/misc/chkrt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/route6d/misc/chkrt')
-rwxr-xr-xusr.sbin/route6d/misc/chkrt2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/route6d/misc/chkrt b/usr.sbin/route6d/misc/chkrt
index f57a376..6ae01f3 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 (<NS>) {
chop;
next unless (/^3f/ || /^5f/);
OpenPOWER on IntegriCloud