From owner-freebsd-arch@FreeBSD.ORG Sat Mar 27 06:55:08 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A3116A4CE; Sat, 27 Mar 2004 06:55:08 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129E043D1D; Sat, 27 Mar 2004 06:55:07 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i2REkiJ22245; Sat, 27 Mar 2004 15:46:44 +0100 (MET) Date: Sat, 27 Mar 2004 15:46:43 +0100 (CET) From: Harti Brandt To: Albert Cahalan In-Reply-To: <1080334271.2255.1301.camel@cube> Message-ID: <20040327154442.L6201@beagle.fokus.fraunhofer.de> References: <1080334271.2255.1301.camel@cube> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: arch@freebsd.org cc: das@freebsd.org cc: drosih@rpi.edu cc: cyrille.lefevre@laposte.net Subject: Re: posix ps (was Re: Adding `pgrep' and `pkill' to /usr/bin) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 14:55:08 -0000 On Fri, 26 Mar 2004, Albert Cahalan wrote: AC>Cyrille Lefevre writes: AC> AC>Step 1: AC> AC>a. ps does old BSD behavior by default AC>b. /posix/bin/ps is a script that sets the SUSv3 personality AC>c. /usr/ucb/ps is a link to /bin/ps AC> AC>Step 2: AC> AC>a. ps does SUSv3 by default AC>b. /posix/bin/ps is a link to /bin/ps AC>c. /usr/ucb/ps is a script that sets the old BSD personality It don't think that 2a is a good step. Too many people are used to BSD behaviour especially if the are on a BSD system. Also it seems to me that having /usr/ucb on a BSD system is a silly thing. If you need /usr/posix (not /posix please) so it be. harti