From: gerv%gerv.net <> Date: Fri, 4 Apr 2008 11:46:06 +0000 (+0000) Subject: Bug 111712 - update command for changing path to Perl. X-Git-Tag: bugzilla-3.1.3~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412cfad72521743e172a101d9a8358d03f91e4c6;p=thirdparty%2Fbugzilla.git Bug 111712 - update command for changing path to Perl. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 80105f2d52..2697bb391c 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -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: -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 Change the second path to perl to match your installation.