From owner-cvs-all Fri Apr 13 2:52:41 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 2D1D137B507; Fri, 13 Apr 2001 02:52:35 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA13488; Fri, 13 Apr 2001 19:52:27 +1000 Date: Fri, 13 Apr 2001 19:51:35 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Dima Dorfman Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Brian Somers Subject: Re: cvs commit: src/bin/ps ps.c In-Reply-To: <20010413002944.6FE383E25@bazooka.unixfreak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 Apr 2001, Dima Dorfman wrote: > Bruce Evans writes: > > I'm not sure about the the name change "sess" -> "sid". > > I thought about this one. Both ways have their advantages. Think of > automated scripts that use ps: if they rely on 'sess' on being a > unique session identifier, then this change breaks them, although > those scripts are easy to fix; if they use 'sess' as something more > than a unique value per session, then changing the meaning of 'sess' > breaks them. Although I think the latter group is much smaller, those > scripts that are in it will break in much more mysterious ways if the > name wasn't changed (i.e., things in the first group break with "ps: > no sess" messages, while the latter break with possibly incorrect > output). OK. I'm happy with the session stuff in ps now. :-) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message