From: barnboy%trilobyte.net <> Date: Thu, 30 Aug 2001 01:13:38 +0000 (+0000) Subject: Typo in perl modify string, added "#!" to /usr/bin/perl strings. X-Git-Tag: bugzilla-2.14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0643a4272f64b10e765a1e850037fe4f9c4a4a;p=thirdparty%2Fbugzilla.git Typo in perl modify string, added "#!" to /usr/bin/perl strings. --- diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 6517baa09d..ca916f4175 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -4715,7 +4715,7 @@ WIDTH="100%" COLOR="#000000" >
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@/usr/bin/perl@' *cgi *pl Bug.pm
+>perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm
 	    
\ No newline at end of file +> diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html index 2837c7ddc5..b6e8e223af 100644 --- a/docs/html/stepbystep.html +++ b/docs/html/stepbystep.html @@ -1304,7 +1304,7 @@ WIDTH="100%" COLOR="#000000" >
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@/usr/bin/perl@' *cgi *pl Bug.pm
+>perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm
 	    
\ No newline at end of file +> diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 9cf100fdb4..79b402c5cf 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/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 +perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm Change the second path to perl to match your installation. diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index 685ce64082..17caf5ddd5 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -1455,7 +1455,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl Alternately, you can simply run this perl one-liner to 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 +perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm Change the second path to perl to match your installation. diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 9cf100fdb4..79b402c5cf 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/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 +perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm Change the second path to perl to match your installation.