From owner-cvs-all Mon Oct 1 15: 1:45 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 51BB637B410; Mon, 1 Oct 2001 15:01:35 -0700 (PDT) Received: from laptop.baldwin.cx ([147.11.46.209]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id PAA25900; Mon, 1 Oct 2001 15:01:31 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011001143326.A97848@dragon.nuxi.com> Date: Mon, 01 Oct 2001 15:01:11 -0700 (PDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/etc rc Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Oct-01 David O'Brien wrote: > On Mon, Oct 01, 2001 at 02:30:27PM -0700, David E. O'Brien wrote: >> Also echo with "-n". > > I guess I would also agree to this change if people really wanted it. Yes, please. The ()'s group it well, since most other thigns output are just a single word per script during this stage. > Index: rc > =================================================================== > RCS file: /home/ncvs/src/etc/rc,v > retrieving revision 1.280 > diff -u -r1.280 rc > --- rc 2001/10/01 21:30:27 1.280 > +++ rc 2001/10/01 21:32:23 > @@ -807,7 +807,7 @@ > trap 'exit 1' 2 > ${script} start) > elif [ -f "${script}" -or -l "${script}" ]; then > - echo -n " Skipping ${script}, not executable" > + echo -n " (skipping ${script##*/}, not executable)" > fi > done > IFS="${script_save_sep}" -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message