Date: Wed, 7 May 2014 20:13:46 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r265598 - stable/8/usr.sbin/crashinfo Message-ID: <201405072013.s47KDkep064276@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 "------------------------------------------------------------------------"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405072013.s47KDkep064276>