svn commit: r260196 - stable/10/usr.sbin/crashinfo

Sergey Kandaurov pluknet at FreeBSD.org
Thu Jan 2 15:43:23 UTC 2014


Author: pluknet
Date: Thu Jan  2 15:43:23 2014
New Revision: 260196
URL: http://svnweb.freebsd.org/changeset/base/260196

Log:
  MFC r259870:
  
   Do not truncate the ``command'' column in ``ps'' output.

Modified:
  stable/10/usr.sbin/crashinfo/crashinfo.sh
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- stable/10/usr.sbin/crashinfo/crashinfo.sh	Thu Jan  2 13:59:23 2014	(r260195)
+++ stable/10/usr.sbin/crashinfo/crashinfo.sh	Thu Jan  2 15:43:23 2014	(r260196)
@@ -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-all mailing list