svn commit: r265598 - stable/8/usr.sbin/crashinfo

Gavin Atkinson gavin at FreeBSD.org
Wed May 7 20:13:46 UTC 2014


Author: gavin
Date: Wed May  7 20:13:46 2014
New Revision: 265598
URL: http://svnweb.freebsd.org/changeset/base/265598

Log:
  Merge r254959 from head:
  
    Allow more space for interface names.

Modified:
  stable/8/usr.sbin/crashinfo/crashinfo.sh
Directory Properties:
  stable/8/usr.sbin/crashinfo/   (props changed)

Modified: stable/8/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- stable/8/usr.sbin/crashinfo/crashinfo.sh	Wed May  7 20:09:17 2014	(r265597)
+++ stable/8/usr.sbin/crashinfo/crashinfo.sh	Wed May  7 20:13:46 2014	(r265598)
@@ -267,9 +267,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-stable-8 mailing list