Commit 28de8d8e authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 111712 - update command for changing path to Perl.

parent b74ba541
......@@ -626,7 +626,8 @@ 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 processmail syncshadowdb
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>
......
......@@ -626,7 +626,8 @@ 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 processmail syncshadowdb
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