From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 01:34:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8859D16A4CE for ; Fri, 28 Nov 2003 01:34:02 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE5F43FD7 for ; Fri, 28 Nov 2003 01:33:59 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) hAS9XIqt027250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Nov 2003 09:33:47 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id hAS9XHeV027249; Fri, 28 Nov 2003 09:33:17 GMT (envelope-from matthew) Date: Fri, 28 Nov 2003 09:33:17 +0000 From: Matthew Seaman To: Ion-Mihai Tetcu Message-ID: <20031128093317.GA26910@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Ion-Mihai Tetcu , Trey Sizemore , FreeBSD-Questions References: <1069972079.3216.14.camel@localhost> <1069974309.3224.17.camel@localhost> <20031128011253.7017b046.itetcu@apropo.ro> <20031128012917.19f45312.itetcu@apropo.ro> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20031128012917.19f45312.itetcu@apropo.ro> User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: Trey Sizemore cc: FreeBSD-Questions Subject: Re: Cannot perform make install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 09:34:02 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 28, 2003 at 01:29:17AM +0200, Ion-Mihai Tetcu wrote: > I think that if you do : > cd / && find /usr/ports/ -type f -name 'readme.html' -exec rm {} \; > and cvsup again you'll get rid of the old directories. Careful... Make that find command: # find /usr/ports -type f -name README.html -exec rm {} \; Pedants may also prefer: # find /usr/ports -type f -name README.html -print | xargs rm which will save you about 9000 invocations of rm given a ports tree fully populated with README.html files. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/xxZddtESqEQa7a0RAparAJ9MKiSgXFmj3JhZhL6JMiaalU8k1wCfVV5A 1JAbipdwjFIRr3D+AUznMUo= =6c6X -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf--