From 5b31c306342f5e7517b2c907e4c67c50bb00a101 Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 14 Nov 2003 16:57:04 +0000 Subject: our netstat is installed in /usr/bin. --- usr.sbin/route6d/misc/chkrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/route6d') 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 () { chop; next unless (/^3f/ || /^5f/); -- cgit v1.1