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

Gavin Atkinson gavin at FreeBSD.org
Tue Aug 27 15:06:40 UTC 2013


Author: gavin
Date: Tue Aug 27 15:06:39 2013
New Revision: 254959
URL: http://svnweb.freebsd.org/changeset/base/254959

Log:
  Allow more space for interface names.
  
  MFC after:	1 week

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

Modified: head/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh	Tue Aug 27 14:48:01 2013	(r254958)
+++ head/usr.sbin/crashinfo/crashinfo.sh	Tue Aug 27 15:06:39 2013	(r254959)
@@ -268,9 +268,9 @@ netstat -M $VMCORE -N $KERNEL -m
 echo
 
 echo "------------------------------------------------------------------------"
-echo "netstat -id"
+echo "netstat -idW"
 echo
-netstat -M $VMCORE -N $KERNEL -id
+netstat -M $VMCORE -N $KERNEL -idW
 echo
 
 echo "------------------------------------------------------------------------"


More information about the svn-src-head mailing list