summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2013-08-27 15:06:39 +0000
committergavin <gavin@FreeBSD.org>2013-08-27 15:06:39 +0000
commit3cb1daa96e571ed827820b4d87f32f1145ff53c1 (patch)
treed338e35e596f23fe1088b7e7c5bda366e8e27bde /usr.sbin
parent26cf485d21abe7841c23a42a55eae7aa505c0bb2 (diff)
downloadFreeBSD-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-xusr.sbin/crashinfo/crashinfo.sh4
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 "------------------------------------------------------------------------"
OpenPOWER on IntegriCloud