From owner-cvs-all Thu May 16 13: 0:32 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id EA54637B40B; Thu, 16 May 2002 13:00:10 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.3/8.12.3) with ESMTP id g4GK03RS064137; Thu, 16 May 2002 21:00:04 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.3/8.12.3/Submit) with UUCP id g4GK03Bi064136; Thu, 16 May 2002 21:00:03 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4GJwCj1098513; Thu, 16 May 2002 20:58:12 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205161958.g4GJwCj1098513@grimreaper.grondar.org> To: Andrew Gallatin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile References: <20020516105124.A40234@grasshopper.cs.duke.edu> In-Reply-To: <20020516105124.A40234@grasshopper.cs.duke.edu> ; from Andrew Gallatin "Thu, 16 May 2002 10:51:24 EDT." Date: Thu, 16 May 2002 20:58:12 +0100 From: Mark Murray 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 > > The sources will re-enter the atmosphere later today. > > Are there any plans to provide some script (part of mergemaster?) > which purges all previously installed perl related files from the base > system to prevent future conflicts with ports installed versions of > perl? Or is rm -f /usr/bin/perl* sufficient? My usual approach is a "cd $FOO ; find . -type f -ctime +$N -delete -print" sort-of-kind-of thing. The files to look at would be /usr/lib/*perl* /usr/bin/*perl* /usr/libdata/perl/ /usr/share/perl/ And a smattering of scripts and manpages. I could kluge up a script if folks want one. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message