diff options
author | gavin <gavin@FreeBSD.org> | 2013-08-27 15:06:39 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2013-08-27 15:06:39 +0000 |
commit | 3cb1daa96e571ed827820b4d87f32f1145ff53c1 (patch) | |
tree | d338e35e596f23fe1088b7e7c5bda366e8e27bde /usr.sbin | |
parent | 26cf485d21abe7841c23a42a55eae7aa505c0bb2 (diff) | |
download | FreeBSD-src-3cb1daa96e571ed827820b4d87f32f1145ff53c1.zip FreeBSD-src-3cb1daa96e571ed827820b4d87f32f1145ff53c1.tar.gz |
Allow more space for interface names.
MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-rwxr-xr-x | usr.sbin/crashinfo/crashinfo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/crashinfo/crashinfo.sh b/usr.sbin/crashinfo/crashinfo.sh index b1bfc06..cf60a62 100755 --- a/usr.sbin/crashinfo/crashinfo.sh +++ b/usr.sbin/crashinfo/crashinfo.sh @@ -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 "------------------------------------------------------------------------" |