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 "------------------------------------------------------------------------" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
