From owner-freebsd-bugs@FreeBSD.ORG Fri May 2 05:24:44 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C7837B401 for ; Fri, 2 May 2003 05:24:44 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E8E43F75 for ; Fri, 2 May 2003 05:24:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h42COOuU047026; Fri, 2 May 2003 05:24:24 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h42CONOu047025; Fri, 2 May 2003 05:24:24 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 2 May 2003 05:24:23 -0700 From: David Schultz To: "Samuel J. Greear" Message-ID: <20030502122423.GC46597@HAL9000.homeunix.com> Mail-Followup-To: "Samuel J. Greear" , freebsd-bugs@freebsd.org References: <200304270450.h3R4oGvs037254@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304270450.h3R4oGvs037254@freefall.freebsd.org> cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/51430: Patch, renice convenience option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 12:24:44 -0000 On Sat, Apr 26, 2003, Samuel J. Greear wrote: > The following reply was made to PR bin/51430; it has been noted by GNATS. > > From: "Samuel J. Greear" > To: > Cc: , > Subject: Re: bin/51430: Patch, renice convenience option > Date: Sat, 26 Apr 2003 22:37:59 -0600 (MDT) > > Doug, > > Would it have made you feel better if I had submitted a standalone > application, named 'reniceall' (re: killall), with additional > worthless functionality? Changing the niceness of processes in a > jail perhaps! hrmmmm!!! Really, where has the line been drawn? I think Doug's point is that this sort of thing is feeping creaturism, given that you can just write a script to do: ps -acxo pid,command | awk "{if (\"$command\" == \$2) print \$1 }"