From owner-cvs-usrbin Tue Feb 25 20:21:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13300 for cvs-usrbin-outgoing; Tue, 25 Feb 1997 20:21:25 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA12979; Tue, 25 Feb 1997 20:18:53 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15633(7)>; Tue, 25 Feb 1997 20:18:12 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Tue, 25 Feb 1997 20:18:03 -0800 To: Chuck Robey cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/su su.1 su.c In-reply-to: Your message of "Tue, 25 Feb 97 15:00:47 PST." Date: Tue, 25 Feb 1997 20:17:58 PST From: Bill Fenner Message-Id: <97Feb25.201803pst.177476@crevenia.parc.xerox.com> Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chuck Robey wrote: >I guess thast was my question, >if such a user group existed. If you're saying it does, them I guess I'm >satisfied. I am a member of such a group now; % cat /etc/group wheel:*:0: and have been in other such groups in the past as well. (SunOS has the "empty-wheel-means-anyone-may-su" beahvior, and it's documented in the man page. The Sun SCCS file has only the UCB (5.4) revision in it, implying that BSD 4.2 was this way). Bill