From 412cfad72521743e172a101d9a8358d03f91e4c6 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Apr 2008 11:46:06 +0000 Subject: Bug 111712 - update command for changing path to Perl. --- docs/en/xml/installation.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 80105f2d5..2697bb391 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. -- cgit v1.2.3-24-g4f1b