diff options
author | kiko%async.com.br <> | 2008-04-04 13:47:03 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2008-04-04 13:47:03 +0200 |
commit | 794f6bab994c7e36c01ac4baa1bf38b30ab519fc (patch) | |
tree | d8159aec69e91731f7c8465fec6e1cc36fc876ff /docs/en/xml | |
parent | ffe3c6ad2925254d665d0e5f1803e692119364ef (diff) | |
download | bugzilla-794f6bab994c7e36c01ac4baa1bf38b30ab519fc.tar.gz bugzilla-794f6bab994c7e36c01ac4baa1bf38b30ab519fc.tar.xz |
Fix for bug 252358: Unnecessary documentation about
/usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch
by Marco Aurélio Graciotto Silva <magsilva@icmc.usp.br>. r=kiko, a=justdave.
Diffstat (limited to 'docs/en/xml')
-rw-r--r-- | docs/en/xml/installation.xml | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 77ee3fc49..3fc713555 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.72 2008/04/04 06:47:02 jocuri%softhome.net Exp $ --> +<!-- $Id: installation.xml,v 1.73 2008/04/04 06:47:03 kiko%async.com.br Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1780,7 +1780,7 @@ pid-file=/home/foo/mymysql/the.pid this page.</para> </section> - <section> + <section id="install-perlmodules-nonroot"> <title>Perl Modules</title> <para>Installing the Perl modules as a non-root user is probably the @@ -1951,28 +1951,10 @@ pid-file=/home/foo/mymysql/the.pid <section> <title>Bugzilla</title> - <para>Since you probably can't set up a symbolic link to - <filename>/usr/bonsaitools/bin/perl</filename> as a non-root user, - you will need to hack the scripts to point to the right Perl:</para> - - <para> - <programlisting>perl -pi -e - 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm - processmail syncshadowdb</programlisting> - - Change <filename>/usr/bin/perl</filename> 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. - </para> - - <note> - <para>Version 2.17+ of Bugzilla now already has the scripts - pointing to <filename>/usr/bin/perl</filename>.</para> - </note> - - <para>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:</para> + <para>If you had to install Perl modules as a non-root user + (<xref linkend="install-perlmodules-nonroot" />) or to non-standard + directories, you will need to change the scripts, setting the correct + location of the Perl modules:</para> <para> <programlisting>perl -pi -e |