From owner-cvs-usrbin Mon Oct 27 14:35:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA01907 for cvs-usrbin-outgoing; Mon, 27 Oct 1997 14:35:53 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from gvr.gvr.org (root@gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA01893; Mon, 27 Oct 1997 14:35:32 -0800 (PST) (envelope-from guido@gvr.org) Received: (from guido@localhost) by gvr.gvr.org (8.8.6/8.8.5) id XAA23016; Mon, 27 Oct 1997 23:35:19 +0100 (MET) From: Guido van Rooij Message-Id: <199710272235.XAA23016@gvr.gvr.org> Subject: Re: cvs commit: src/usr.bin/su su.1 su.c In-Reply-To: from "[______ ______]" at "Oct 28, 97 01:19:11 am" To: ache@nagual.pp.ru (=?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?=) Date: Mon, 27 Oct 1997 23:35:19 +0100 (MET) Cc: guido@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [______ ______] wrote: > On Mon, 27 Oct 1997, Guido van Rooij wrote: > > > guido 1997/10/27 14:05:14 PST > > > > Modified files: > > usr.bin/su su.1 su.c > > Log: > > Add -c option that allows root to specify a login_class. > > Why not -L as for "pw"? I think we need somehow standartize login class > option between applications. F.e. "limits" uses -C (already occuped > in "pw") :-( > In fact I started with -C, and reverted to -c because that is what BSD/OS uses for the same option. I know -c is used in some other Unixen to specify a command. If more ppl feel this is more painfull than being incompatible with BSD/OS's su, please yeel and I'll chaneg it to -C (or -L or whatever). -Guido