Date: Mon, 01 Oct 2001 15:01:11 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: "David O'Brien" <obrien@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <XFMail.011001150111.jhb@FreeBSD.org> In-Reply-To: <20011001143326.A97848@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011001150111.jhb>
