svn commit: r259870 - head/usr.sbin/crashinfo

Sergey Kandaurov pluknet at FreeBSD.org
Wed Dec 25 15:23:02 UTC 2013


Author: pluknet
Date: Wed Dec 25 15:23:01 2013
New Revision: 259870
URL: http://svnweb.freebsd.org/changeset/base/259870

Log:
  Do not truncate the ``command'' column in ``ps'' output.
  
  Reviewed by:	jhb
  MFC after:	1 week

Modified:
  head/usr.sbin/crashinfo/crashinfo.sh

Modified: head/usr.sbin/crashinfo/crashinfo.sh
==============================================================================
--- head/usr.sbin/crashinfo/crashinfo.sh	Wed Dec 25 14:48:27 2013	(r259869)
+++ head/usr.sbin/crashinfo/crashinfo.sh	Wed Dec 25 15:23:01 2013	(r259870)
@@ -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