svn commit: r265597 - stable/9/usr.sbin/crashinfo
Gavin Atkinson
gavin at FreeBSD.org
Wed May 7 20:09:18 UTC 2014
Author: gavin
Date: Wed May 7 20:09:17 2014
New Revision: 265597
URL: http://svnweb.freebsd.org/changeset/base/265597
Log:
MFC 254959:
Allow more space for interface names.
Modified:
stable/9/usr.sbin/crashinfo/crashinfo.sh
Directory Properties:
stable/9/usr.sbin/crashinfo/ (props changed)
Modified: stable/9/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- stable/9/usr.sbin/crashinfo/crashinfo.sh Wed May 7 19:53:51 2014 (r265596)
+++ stable/9/usr.sbin/crashinfo/crashinfo.sh Wed May 7 20:09:17 2014 (r265597)
@@ -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-stable-9
mailing list