summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crashinfo
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-31 20:30:56 +0000
committerglebius <glebius@FreeBSD.org>2013-10-31 20:30:56 +0000
commitdf1721bf9948c71e2078c2ca63716962ac982f9f (patch)
tree073585febd845b89521b047e9d5a739ae032afa2 /usr.sbin/crashinfo
parent354fc81dc92d920d6f7f09b42640d4b215e7a7db (diff)
downloadFreeBSD-src-df1721bf9948c71e2078c2ca63716962ac982f9f.zip
FreeBSD-src-df1721bf9948c71e2078c2ca63716962ac982f9f.tar.gz
Remove 'netstat -i' from crashinfo, as this no longer is supported.
Diffstat (limited to 'usr.sbin/crashinfo')
-rwxr-xr-xusr.sbin/crashinfo/crashinfo.sh6
1 files changed, 0 insertions, 6 deletions
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
OpenPOWER on IntegriCloud