From owner-cvs-all@FreeBSD.ORG Fri Aug 18 14:14:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C2A16A4DF; Fri, 18 Aug 2006 14:14:00 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027F943D53; Fri, 18 Aug 2006 14:13:41 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id B2A7620AC; Fri, 18 Aug 2006 16:13:37 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 9684720A6; Fri, 18 Aug 2006 16:13:37 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 7DE6133C24; Fri, 18 Aug 2006 16:13:37 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Yar Tikhiy References: <200608181210.k7ICAIme084410@repoman.freebsd.org> Date: Fri, 18 Aug 2006 16:13:37 +0200 In-Reply-To: <200608181210.k7ICAIme084410@repoman.freebsd.org> (Yar Tikhiy's message of "Fri, 18 Aug 2006 12:10:18 +0000 (UTC)") Message-ID: <86ejvet9m6.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 14:14:00 -0000 Yar Tikhiy writes: > Log: > The ps(1) command is unfriendly to scripts by default because > it limits the width of its output to the value of $COLUMNS, or > what TIOCGWINSZ reports, or 79 columns. We should specify -ww > to ps(1) so that it removes the limit and prints lines in full. > Otherwise very long command pathnames could be mishandled, e.g., > by _find_processes(). or perhaps _find_processes() should use pgrep(1) instead of ps(1). DES --=20 Dag-Erling Sm=F8rgrav - des@des.no