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 "------------------------------------------------------------------------"
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to