Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0e0643a4
Commit
0e0643a4
authored
Aug 30, 2001
by
barnboy%trilobyte.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in perl modify string, added "#!" to /usr/bin/perl strings.
parent
58593ba9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
9 deletions
+7
-9
Bugzilla-Guide.html
docs/html/Bugzilla-Guide.html
+2
-3
stepbystep.html
docs/html/stepbystep.html
+2
-3
installation.sgml
docs/sgml/installation.sgml
+1
-1
Bugzilla-Guide.txt
docs/txt/Bugzilla-Guide.txt
+1
-1
installation.xml
docs/xml/installation.xml
+1
-1
No files found.
docs/html/Bugzilla-Guide.html
View file @
0e0643a4
...
...
@@ -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
>
docs/html/stepbystep.html
View file @
0e0643a4
...
...
@@ -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
>
docs/sgml/installation.sgml
View file @
0e0643a4
...
...
@@ -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>
...
...
docs/txt/Bugzilla-Guide.txt
View file @
0e0643a4
...
...
@@ -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.
...
...
docs/xml/installation.xml
View file @
0e0643a4
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment