From 6d7256d9d60bc277b4e6383cd992173ea2134b38 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Fri, 14 Nov 2003 16:57:04 +0000 Subject: [PATCH] our netstat is installed in /usr/bin. --- usr.sbin/route6d/misc/chkrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/);