svn commit: r257469 - head/usr.sbin/crashinfo

Gleb Smirnoff glebius at FreeBSD.org
Thu Oct 31 20:30:56 UTC 2013


Author: glebius
Date: Thu Oct 31 20:30:56 2013
New Revision: 257469
URL: http://svnweb.freebsd.org/changeset/base/257469

Log:
  Remove 'netstat -i' from crashinfo, as this no longer is supported.

Modified:
  head/usr.sbin/crashinfo/crashinfo.sh

Modified: head/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh	Thu Oct 31 20:30:26 2013	(r257468)
+++ head/usr.sbin/crashinfo/crashinfo.sh	Thu Oct 31 20:30:56 2013	(r257469)
@@ -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


More information about the svn-src-head mailing list