From owner-cvs-usrbin Tue Mar 12 00:16:19 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14056 for cvs-usrbin-outgoing; Tue, 12 Mar 1996 00:16:19 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA14049 Tue, 12 Mar 1996 00:16:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id AAA01977; Tue, 12 Mar 1996 00:15:12 -0800 (PST) To: Ollivier Robert cc: mark@grondar.za (Mark Murray), markm@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/su su.c In-reply-to: Your message of "Tue, 12 Mar 1996 08:38:18 +0100." <199603120738.IAA01213@keltia.freenix.fr> Date: Tue, 12 Mar 1996 00:15:11 -0800 Message-ID: <1975.826618511@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Uh Jordan & Mark ? > > ------------------------------------------------------------ > revision 1.9 > date: 1995/09/06 12:38:53; author: joerg; state: Exp; lines: +22 -8 > Bring Barry Morris' changes from FreeBSD 1.1.5.1 back: pass arguments > to the target login's shell. This allows for "su -c". > > Do it right this time and also explain this behaviour in the man > page. :) > > Obtained from: bsm's work in FreeBSD 1.1.5.1 Foo... I just read further in the man page and Ollivier's right - the -c flag is documented later, just not near the top (which is where I looked, of course! :-( ) Jordan