From: jake%acutex.net <>
Date: Wed, 27 Feb 2002 00:23:59 +0000 (+0000)
Subject: Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the...
X-Git-Tag: bugzilla-2.16rc1~209
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f642e601b4b8f8b1d728df6f0eddc3a351975da6;p=thirdparty%2Fbugzilla.git
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.
---
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index 9303aa2d3f..9d14a02be5 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:
-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
Change the second path to perl to match your installation.
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 9303aa2d3f..9d14a02be5 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:
-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
Change the second path to perl to match your installation.