From df1721bf9948c71e2078c2ca63716962ac982f9f Mon Sep 17 00:00:00 2001 From: glebius Date: Thu, 31 Oct 2013 20:30:56 +0000 Subject: Remove 'netstat -i' from crashinfo, as this no longer is supported. --- usr.sbin/crashinfo/crashinfo.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'usr.sbin/crashinfo') diff --git a/usr.sbin/crashinfo/crashinfo.sh b/usr.sbin/crashinfo/crashinfo.sh index cf60a62..06108d5 100755 --- a/usr.sbin/crashinfo/crashinfo.sh +++ b/usr.sbin/crashinfo/crashinfo.sh @@ -268,12 +268,6 @@ netstat -M $VMCORE -N $KERNEL -m echo echo "------------------------------------------------------------------------" -echo "netstat -idW" -echo -netstat -M $VMCORE -N $KERNEL -idW -echo - -echo "------------------------------------------------------------------------" echo "netstat -anr" echo netstat -M $VMCORE -N $KERNEL -anr -- cgit v1.1