From: jake%bugzilla.org <>
Date: Fri, 4 Apr 2008 11:46:26 +0000 (+0000)
Subject: Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
X-Git-Tag: bugzilla-3.1.3~215
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04259b222282bc4e766fba5ab8b961c23cb49ad1;p=thirdparty%2Fbugzilla.git
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
---
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index d1fa2401b7..9f94feb7a9 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -522,41 +522,6 @@
until you run the post-install
checksetup.pl
script, which locks down your installation.
-
- Lastly, you'll need to set up a symbolic link to
- /usr/bonsaitools/bin/perl
- for the correct location of your Perl executable (probably
- /usr/bin/perl).
- Otherwise you must hack all the .cgi files to change where they look
- for Perl. This can be done using the following Perl one-liner, but
- I suggest using the symlink approach to avoid upgrade hassles.
-
-
-
- Bonsaitools
is the name Terry Weissman, the
- original author of Bugzilla, created
- for his suite of webtools at the time he created Bugzilla and several
- other tools in use at mozilla.org. He created a directory,
- /usr/bonsaitools to house his specific versions
- of perl and other utilities. This usage is still current at
- bugzilla.mozilla.org,
- but in general most other places do not use it. You can either edit
- the paths at the start of each perl file to the correct location of
- perl on your system, or simply bow to history and create a
- /usr/bonsaitools and /usr/bonsaitools/bin
- directory, placing a symlink to perl on your system
- inside /usr/bonsaitools/bin
-
-
-
-
-
-perl -pi -e 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm syncshadowdb
-
-
- Change /usr/bin/perl to match the location
- of Perl on your machine.
-
@@ -1185,7 +1150,7 @@ system("C:\\perl\\bin\\perl", "$webdotbase","-Tpng","-o","$pngfilename","$filena
url="http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource">ScriptInterpreterSource
directive in your Apache config, if you don't do this, you'll have
to modify the first line of every script to contain your path to
- perl instead of /usr/bonsaitools/bin/perl.
+ perl instead of /usr/bin/perl.