From owner-cvs-all Mon Oct 1 14:33:34 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7C10037B409; Mon, 1 Oct 2001 14:33:26 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f91LXQ297945; Mon, 1 Oct 2001 14:33:26 -0700 (PDT) (envelope-from obrien) Date: Mon, 1 Oct 2001 14:33:26 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc Message-ID: <20011001143326.A97848@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200110012130.f91LUR934873@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110012130.f91LUR934873@freefall.freebsd.org>; from obrien@FreeBSD.org on Mon, Oct 01, 2001 at 02:30:27PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 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