summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorjake%acutex.net <>2008-04-04 13:46:02 +0200
committerjake%acutex.net <>2008-04-04 13:46:02 +0200
commitdb9001c5ccdada244b4fb496de979dce5fba3be1 (patch)
tree497eca2a7751866df1a92d21777bca9ca18ae56b /docs/en
parent6d2ee674428027c5976a720b3eccf7e8c0bf9059 (diff)
downloadbugzilla-db9001c5ccdada244b4fb496de979dce5fba3be1.tar.gz
bugzilla-db9001c5ccdada244b4fb496de979dce5fba3be1.tar.xz
Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the bonsaitools perl path changed in order to run from another perl location.
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/xml/installation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 9303aa2d3..9d14a02be 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl
change your path to perl in all the files in your Bugzilla
installation:
<programlisting>
-perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm
+perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm processmail syncshadowdb
</programlisting>
Change the second path to perl to match your installation.
</para>