svn commit: r260197 - stable/9/usr.sbin/crashinfo
Sergey Kandaurov
pluknet at FreeBSD.org
Thu Jan 2 16:27:31 UTC 2014
Author: pluknet
Date: Thu Jan 2 16:27:30 2014
New Revision: 260197
URL: http://svnweb.freebsd.org/changeset/base/260197
Log:
MFC r259870:
Do not truncate the ``command'' column in ``ps'' output.
Modified:
stable/9/usr.sbin/crashinfo/crashinfo.sh
Directory Properties:
stable/9/usr.sbin/crashinfo/ (props changed)
Modified: stable/9/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- stable/9/usr.sbin/crashinfo/crashinfo.sh Thu Jan 2 15:43:23 2014 (r260196)
+++ stable/9/usr.sbin/crashinfo/crashinfo.sh Thu Jan 2 16:27:30 2014 (r260197)
@@ -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 "------------------------------------------------------------------------"
More information about the svn-src-stable-9
mailing list