Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 20:58:12 +0100
From:      Mark Murray <mark@grondar.za>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/usr.bin Makefile 
Message-ID:  <200205161958.g4GJwCj1098513@grimreaper.grondar.org>
In-Reply-To: <20020516105124.A40234@grasshopper.cs.duke.edu> ; from Andrew Gallatin <gallatin@cs.duke.edu>  "Thu, 16 May 2002 10:51:24 EDT."
References:  <20020516105124.A40234@grasshopper.cs.duke.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205161958.g4GJwCj1098513>