]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
authorbarnboy%trilobyte.net <>
Thu, 30 Aug 2001 01:13:38 +0000 (01:13 +0000)
committerbarnboy%trilobyte.net <>
Thu, 30 Aug 2001 01:13:38 +0000 (01:13 +0000)
docs/html/Bugzilla-Guide.html
docs/html/stepbystep.html
docs/sgml/installation.sgml
docs/txt/Bugzilla-Guide.txt
docs/xml/installation.xml

index 6517baa09d4f9c710839091e1d29ece1ee9f8c9b..ca916f41756997f43ce5cdc2839ec90b8aab381d 100644 (file)
@@ -4715,7 +4715,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="PROGRAMLISTING"
->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
            </PRE
 ></FONT
 ></TD
@@ -17226,4 +17226,4 @@ NAME="ZARRO-BOOGS-FOUND"
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
index 2837c7ddc557d8ccdfb7033bb555e3fc46d4ada9..b6e8e223af2337395d06c87530727dcca4490c17 100644 (file)
@@ -1304,7 +1304,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="PROGRAMLISTING"
->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
            </PRE
 ></FONT
 ></TD
@@ -2336,4 +2336,4 @@ VALIGN="top"
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
index 9cf100fdb4d4f48eff6eba8b3320d6345ac8a5e0..79b402c5cfffdf57f91679ad38a185d036a25dff 100644 (file)
@@ -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:
            <programlisting>
-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
            </programlisting>
            Change the second path to perl to match your installation.
          </para>
index 685ce64082b5ab53ef73df05c375e34c34b67bb9..17caf5ddd53bfa264667fdf38d0b974657a1c91e 100644 (file)
@@ -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.
 
index 9cf100fdb4d4f48eff6eba8b3320d6345ac8a5e0..79b402c5cfffdf57f91679ad38a185d036a25dff 100644 (file)
@@ -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:
            <programlisting>
-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
            </programlisting>
            Change the second path to perl to match your installation.
          </para>