From: kiko%async.com.br <> Date: Fri, 23 Jul 2004 00:31:46 +0000 (+0000) Subject: Fix for bug 252358: Unnecessary documentation about X-Git-Tag: bugzilla-2.18rc2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a611e017ab040f39926cdfdf9cbcdbb749e7d0;p=thirdparty%2Fbugzilla.git Fix for bug 252358: Unnecessary documentation about /usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch by Marco Aurélio Graciotto Silva . r=kiko, a=justdave. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index cafdc0462c..789bf5ec4d 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1780,7 +1780,7 @@ pid-file=/home/foo/mymysql/the.pid this page. -
+
Perl Modules Installing the Perl modules as a non-root user is probably the @@ -1951,28 +1951,10 @@ pid-file=/home/foo/mymysql/the.pid
Bugzilla - Since you probably can't set up a symbolic link to - /usr/bonsaitools/bin/perl as a non-root user, - you will need to hack the scripts to point to the right Perl: - - - perl -pi -e - 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm - processmail syncshadowdb - - Change /usr/bin/perl to match the location - of Perl on your machine. If you had to install Perl as non-root, - this would be the location in your home directory. - - - - Version 2.17+ of Bugzilla now already has the scripts - pointing to /usr/bin/perl. - - - Of course, the scripts will not work if they don't know the - location of your newly install Perl modules, so you will have to hack - the scripts to look for those, too: + If you had to install Perl modules as a non-root user + () or to non-standard + directories, you will need to change the scripts, setting the correct + location of the Perl modules: perl -pi -e