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.

git-svn-id: svn://10.0.0.236/trunk@115372 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jake%acutex.net
2002-02-26 16:23:59 +00:00
parent ba654ff84f
commit b73e7e29c0
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>