summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjake%acutex.net <>2002-02-27 01:23:59 +0100
committerjake%acutex.net <>2002-02-27 01:23:59 +0100
commitf642e601b4b8f8b1d728df6f0eddc3a351975da6 (patch)
treed4100f2c7bfcdd6c395e09252e321a4ef66bf303 /docs
parent8e03a8495526725e59ab07586afbb4130ad5f7cd (diff)
downloadbugzilla-f642e601b4b8f8b1d728df6f0eddc3a351975da6.tar.gz
bugzilla-f642e601b4b8f8b1d728df6f0eddc3a351975da6.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')
-rw-r--r--docs/sgml/installation.sgml2
-rw-r--r--docs/xml/installation.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index 9303aa2d3..9d14a02be 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -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>
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 9303aa2d3..9d14a02be 100644
--- a/docs/xml/installation.xml
+++ b/docs/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>