diff options
author | gerv%gerv.net <> | 2008-04-04 13:46:06 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2008-04-04 13:46:06 +0200 |
commit | 412cfad72521743e172a101d9a8358d03f91e4c6 (patch) | |
tree | 7e1806ae21775afeddc342ed7485d7bdb2b85d82 | |
parent | 06d18a88885585ae2ce7c292d2be32ccdcf01933 (diff) | |
download | bugzilla-412cfad72521743e172a101d9a8358d03f91e4c6.tar.gz bugzilla-412cfad72521743e172a101d9a8358d03f91e4c6.tar.xz |
Bug 111712 - update command for changing path to Perl.
-rw-r--r-- | docs/en/xml/installation.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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: <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> |