Commit f642e601 authored by jake%acutex.net's avatar jake%acutex.net

Bug 127841 - Adding processmail and syncshadowdb to the list of files that need…

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.
parent 8e03a849
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment