Date: Mon, 1 Oct 2001 14:33:26 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20011001143326.A97848@dragon.nuxi.com> In-Reply-To: <200110012130.f91LUR934873@freefall.freebsd.org>; from obrien@FreeBSD.org on Mon, Oct 01, 2001 at 02:30:27PM -0700 References: <200110012130.f91LUR934873@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. 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}" 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?20011001143326.A97848>