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
729242db
Commit
729242db
authored
Oct 16, 2001
by
jake%acutex.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recompiling docs to pick up last two changes
parent
02fc8c76
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
Bugzilla-Guide.html
docs/html/Bugzilla-Guide.html
+3
-2
bzhacking.html
docs/html/bzhacking.html
+2
-1
stepbystep.html
docs/html/stepbystep.html
+1
-1
Bugzilla-Guide.txt
docs/txt/Bugzilla-Guide.txt
+3
-2
No files found.
docs/html/Bugzilla-Guide.html
View file @
729242db
...
@@ -4693,7 +4693,7 @@ COLOR="#000000"
...
@@ -4693,7 +4693,7 @@ COLOR="#000000"
CLASS=
"PROGRAMLISTING"
CLASS=
"PROGRAMLISTING"
>
bash# mkdir /usr/bonsaitools
>
bash# mkdir /usr/bonsaitools
bash# mkdir /usr/bonsaitools/bin
bash# mkdir /usr/bonsaitools/bin
bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
bash# ln -s /usr/bin/perl /usr/bo
n
saitools/bin/perl
</PRE
</PRE
></FONT
></FONT
></TD
></TD
...
@@ -16034,7 +16034,8 @@ to reformat the entire file :).<br>
...
@@ -16034,7 +16034,8 @@ to reformat the entire file :).<br>
<br>
<br>
if
($var)
{
<br>
if
($var)
{
<br>
print
"The
variable
is
true";
<br>
print
"The
variable
is
true";
<br>
}
else
{
<br>
}
<br>
else
{
<br>
print
"Try
again";
<br>
print
"Try
again";
<br>
}
<br>
}
<br>
<br>
<br>
...
...
docs/html/bzhacking.html
View file @
729242db
...
@@ -121,7 +121,8 @@ to reformat the entire file :).<br>
...
@@ -121,7 +121,8 @@ to reformat the entire file :).<br>
<br>
<br>
if
($var)
{
<br>
if
($var)
{
<br>
print
"The
variable
is
true";
<br>
print
"The
variable
is
true";
<br>
}
else
{
<br>
}
<br>
else
{
<br>
print
"Try
again";
<br>
print
"Try
again";
<br>
}
<br>
}
<br>
<br>
<br>
...
...
docs/html/stepbystep.html
View file @
729242db
...
@@ -1282,7 +1282,7 @@ COLOR="#000000"
...
@@ -1282,7 +1282,7 @@ COLOR="#000000"
CLASS=
"PROGRAMLISTING"
CLASS=
"PROGRAMLISTING"
>
bash# mkdir /usr/bonsaitools
>
bash# mkdir /usr/bonsaitools
bash# mkdir /usr/bonsaitools/bin
bash# mkdir /usr/bonsaitools/bin
bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
bash# ln -s /usr/bin/perl /usr/bo
n
saitools/bin/perl
</PRE
</PRE
></FONT
></FONT
></TD
></TD
...
...
docs/txt/Bugzilla-Guide.txt
View file @
729242db
...
@@ -1451,7 +1451,7 @@ Chapter 3. Installation
...
@@ -1451,7 +1451,7 @@ Chapter 3. Installation
"/opt/perl". As root, run these commands:
"/opt/perl". As root, run these commands:
bash# mkdir /usr/bonsaitools
bash# mkdir /usr/bonsaitools
bash# mkdir /usr/bonsaitools/bin
bash# mkdir /usr/bonsaitools/bin
bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
bash# ln -s /usr/bin/perl /usr/bo
n
saitools/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:
...
@@ -5898,7 +5898,8 @@ D.5. Hacking Bugzilla
...
@@ -5898,7 +5898,8 @@ D.5. Hacking Bugzilla
indentation level as that statement, for example:
indentation level as that statement, for example:
if ($var) {
if ($var) {
print "The variable is true";
print "The variable is true";
} else {
}
else {
print "Try again";
print "Try again";
}
}
- NOT -
- NOT -
...
...
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