From f72cf8d1f8630f00b8933f3d34daf93f36149e39 Mon Sep 17 00:00:00 2001 From: pluknet Date: Wed, 25 Dec 2013 15:23:01 +0000 Subject: Do not truncate the ``command'' column in ``ps'' output. Reviewed by: jhb MFC after: 1 week --- 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 06108d5..557d810 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 "------------------------------------------------------------------------" -- cgit v1.1