Commit 0e0643a4 authored by barnboy%trilobyte.net's avatar barnboy%trilobyte.net

Typo in perl modify string, added "#!" to /usr/bin/perl strings.

parent 58593ba9
...@@ -4715,7 +4715,7 @@ WIDTH="100%" ...@@ -4715,7 +4715,7 @@ WIDTH="100%"
COLOR="#000000" COLOR="#000000"
><PRE ><PRE
CLASS="PROGRAMLISTING" 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 </PRE
></FONT ></FONT
></TD ></TD
...@@ -17226,4 +17226,4 @@ NAME="ZARRO-BOOGS-FOUND" ...@@ -17226,4 +17226,4 @@ NAME="ZARRO-BOOGS-FOUND"
></DIV ></DIV
></BODY ></BODY
></HTML ></HTML
> >
\ No newline at end of file
...@@ -1304,7 +1304,7 @@ WIDTH="100%" ...@@ -1304,7 +1304,7 @@ WIDTH="100%"
COLOR="#000000" COLOR="#000000"
><PRE ><PRE
CLASS="PROGRAMLISTING" 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 </PRE
></FONT ></FONT
></TD ></TD
...@@ -2336,4 +2336,4 @@ VALIGN="top" ...@@ -2336,4 +2336,4 @@ VALIGN="top"
></DIV ></DIV
></BODY ></BODY
></HTML ></HTML
> >
\ No newline at end of file
...@@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl ...@@ -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 change your path to perl in all the files in your Bugzilla
installation: installation:
<programlisting> <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> </programlisting>
Change the second path to perl to match your installation. Change the second path to perl to match your installation.
</para> </para>
......
...@@ -1455,7 +1455,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl ...@@ -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 Alternately, you can simply run this perl one-liner to change your
path to perl in all the files in your Bugzilla installation: 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. Change the second path to perl to match your installation.
......
...@@ -621,7 +621,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl ...@@ -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 change your path to perl in all the files in your Bugzilla
installation: installation:
<programlisting> <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> </programlisting>
Change the second path to perl to match your installation. Change the second path to perl to match your installation.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment