diff options
author | barnboy%trilobyte.net <> | 2001-08-30 01:13:38 +0000 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2001-08-30 01:13:38 +0000 |
commit | 0e0643a4272f64b10e765a1e850037fe4f9c4a4a (patch) | |
tree | 61776f22516b1847d435363c2f2c6af3635f92af /docs | |
parent | 58593ba9d058e7fdd2fbac2d45dafefcbc6bbb4e (diff) | |
download | bugs-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar bugs-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.gz bugs-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.bz2 bugs-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.tar.xz bugs-0e0643a4272f64b10e765a1e850037fe4f9c4a4a.zip |
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/Bugzilla-Guide.html | 4 | ||||
-rw-r--r-- | docs/html/stepbystep.html | 4 | ||||
-rw-r--r-- | docs/sgml/installation.sgml | 2 | ||||
-rw-r--r-- | docs/txt/Bugzilla-Guide.txt | 2 | ||||
-rw-r--r-- | docs/xml/installation.xml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 6517baa09..ca916f417 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -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 +> diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html index 2837c7ddc..b6e8e223a 100644 --- a/docs/html/stepbystep.html +++ b/docs/html/stepbystep.html @@ -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 +> diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 9cf100fdb..79b402c5c 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: <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> diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index 685ce6408..17caf5ddd 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 9cf100fdb..79b402c5c 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: <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> |