Bug 111712 - update command for changing path to Perl.
git-svn-id: svn://10.0.0.236/trunk@120474 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f2f011f5f4
commit
a317e7f1ca
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user