From owner-cvs-all Mon Oct 1 21:15:39 2001 Delivered-To: cvs-all@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id 1A1A937B40E; Mon, 1 Oct 2001 21:15:29 -0700 (PDT) Received: from zidane.cc.vt.edu (IDENT:mirapoint@zidane.cc.vt.edu [198.82.161.184]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id f924FRM104444; Tue, 2 Oct 2001 00:15:27 -0400 (EDT) Received: from mail.vt.edu (gkar.cc.vt.edu [198.82.161.190]) by zidane.cc.vt.edu (Mirapoint) with ESMTP id ADI98645; Tue, 2 Oct 2001 00:15:27 -0400 (EDT) Received: from enterprise.muriel.penguinpowered.com ([198.82.100.125]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.2001.05.04.11.50.p10) with ESMTP id <0GKK0004K95Q9L@gkar.cc.vt.edu>; Tue, 2 Oct 2001 00:15:26 -0400 (EDT) Date: Tue, 02 Oct 2001 00:11:59 -0400 (EDT) From: Mike Heffner Subject: Re: cvs commit: src/etc rc In-reply-to: <200110012130.f91LUR934873@freefall.freebsd.org> To: "David E. O'Brien" Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Message-id: MIME-version: 1.0 X-Mailer: XFMail 1.5.1 on FreeBSD Content-type: multipart/signed; boundary="_=XFMail.1.5.1.FreeBSD:20011002001159:22230=_"; micalg=pgp-md5; protocol="application/pgp-signature" X-Priority: 3 (Normal) 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 This message is in MIME format --_=XFMail.1.5.1.FreeBSD:20011002001159:22230=_ Content-Type: text/plain; charset=us-ascii On 01-Oct-2001 David E. O'Brien wrote: | obrien 2001/10/01 14:30:27 PDT | | Modified files: | etc rc | Log: | Tweak the Skipping ${script} logic to also handle symlinks. | Also echo with "-n". | | Revision Changes Path | 1.280 +3 -3 src/etc/rc This is broken, is this what you meant? Index: rc =================================================================== RCS file: /home/ncvs/src/etc/rc,v retrieving revision 1.281 diff -u -r1.281 rc --- rc 2001/10/01 22:52:32 1.281 +++ rc 2001/10/02 04:14:01 @@ -806,7 +806,7 @@ (set -T trap 'exit 1' 2 ${script} start) - elif [ -f "${script}" -or -l "${script}" ]; then + elif [ -f "${script}" -o -L "${script}" ]; then echo -n " (skipping ${script##*/}, not executable)" fi done Mike -- Mike Heffner Blacksburg, VA --_=XFMail.1.5.1.FreeBSD:20011002001159:22230=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7uT6PFokZQs3sv5kRAjNnAKCiQURbF6yFXR/RSfE+Fd4w5jmxmwCfRtk2 M8J7+JyqYu6Ty3URzgxgYb8= =8XlL -----END PGP SIGNATURE----- --_=XFMail.1.5.1.FreeBSD:20011002001159:22230=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message