From 12b5ab73201b310a857c620b33258614d555c903 Mon Sep 17 00:00:00 2001 From: pluknet Date: Thu, 2 Jan 2014 15:43:23 +0000 Subject: [PATCH] MFC r259870: Do not truncate the ``command'' column in ``ps'' output. git-svn-id: svn://svn.freebsd.org/base/stable/10@260196 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/crashinfo/crashinfo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/crashinfo/crashinfo.sh b/usr.sbin/crashinfo/crashinfo.sh index cf60a62ae..0a58126a8 100755 --- a/usr.sbin/crashinfo/crashinfo.sh +++ b/usr.sbin/crashinfo/crashinfo.sh @@ -181,9 +181,9 @@ fi echo echo "------------------------------------------------------------------------" -echo "ps -axl" +echo "ps -axlww" echo -ps -M $VMCORE -N $KERNEL -axl +ps -M $VMCORE -N $KERNEL -axlww echo echo "------------------------------------------------------------------------" -- 2.45.0