Author: randyk
Date: Mon Apr 11 12:19:48 2005
New Revision: 160938

URL: http://svn.apache.org/viewcvs?view=rev&rev=160938
Log:
suggest to check for the existence of 3rd-party modules before using 
the suggested method to remove a prior mod_perl-2 installation.

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/rename.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/rename.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/rename.pod?view=diff&r1=160937&r2=160938
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/rename.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/rename.pod Mon Apr 11 12:19:48 2005
@@ -93,12 +93,20 @@
 Before installing mod_perl 2, either remove an earlier
 mod_perl 2 installation (prior to 1.999022), or else choose
 to install the new version in a different area. To remove
-a prior installation of mod_perl 2, one can do, on Unix,
+enough of a prior installation of mod_perl 2 in order to
+satisfy this requirement, one can do, on Unix,
 
   % find /usr/lib/perl5 -name 'Apache2*' -exec rm -rf {} \;
 
 where F</usr/lib/perl5> is the top-level root of your Perl tree.
-Win32 ppm users can do, within the ppm shell,
+Before doing this, you may want to verify that there are no
+3rd-party modules within this tree that you might like to
+keep:
+
+  % find /opt/lib/perl5 -name 'Apache2*' -exec ls -lR {} \;
+
+will list the files under this tree. Win32 ppm users can do, 
+within the ppm shell,
 
   ppm> remove mod_perl
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to