From 2d4d7c92bfb4ce18e4413b1e66f30bd62a44e6ff Mon Sep 17 00:00:00 2001
From: "barnboy%trilobyte.net" <>
Date: Wed, 25 Apr 2001 14:11:45 +0000
Subject: Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and
 bug 26242. The README is now gutted, pointers to Guide.  Also some new
 sections added, old ones fixed, and notes appended to deprecated sections
 I've not yet had the heart to remove.

---
 docs/html/setperl.html | 45 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 36 insertions(+), 9 deletions(-)

(limited to 'docs/html/setperl.html')

diff --git a/docs/html/setperl.html b/docs/html/setperl.html
index 3d4909b73..376d87a1a 100644
--- a/docs/html/setperl.html
+++ b/docs/html/setperl.html
@@ -1,10 +1,10 @@
 <HTML
 ><HEAD
 ><TITLE
->The setperl.pl Utility</TITLE
+>The setperl.csh Utility</TITLE
 ><META
 NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.61
+CONTENT="Modular DocBook HTML Stylesheet Version 1.64
 "><LINK
 REL="HOME"
 TITLE="The Bugzilla Guide"
@@ -51,7 +51,7 @@ HREF="patches.html"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Appendix C. Useful Patches and Utilities for Bugzilla</TD
+>Appendix D. Useful Patches and Utilities for Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -71,12 +71,14 @@ CLASS="SECTION"
 CLASS="SECTION"
 ><A
 NAME="SETPERL"
->C.1. The setperl.pl Utility</A
+>D.1. The setperl.csh Utility</A
 ></H1
 ><P
 >	
-      You can use the "setperl.pl" utility to quickly and easily
+      You can use the "setperl.csh" utility to quickly and easily
       change the path to perl on all your Bugzilla files.
+      This is a C-shell script; if you do not have "csh" or "tcsh" in the search
+      path on your system, it will not work!
     </P
 ><DIV
 CLASS="PROCEDURE"
@@ -84,7 +86,7 @@ CLASS="PROCEDURE"
 TYPE="1"
 ><LI
 ><P
->	  Download the "setperl.pl" utility to your Bugzilla
+>	  Download the "setperl.csh" utility to your Bugzilla
 	  directory and make it executable.
 	</P
 ><OL
@@ -116,7 +118,7 @@ CLASS="PROMPT"
 >
 		<B
 CLASS="COMMAND"
->wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'</B
+>wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'</B
 >
 	      </TT
 >
@@ -132,7 +134,7 @@ CLASS="PROMPT"
 >
 		<B
 CLASS="COMMAND"
->chmod u+x setperl.pl</B
+>chmod u+x setperl.csh</B
 >
 	      </TT
 >
@@ -210,9 +212,34 @@ CLASS="PROMPT"
 >
 	    <B
 CLASS="COMMAND"
->./setperl.pl /your/path/to/perl</B
+>./setperl.csh /your/path/to/perl</B
 >
 	  </TT
+>
+<DIV
+CLASS="EXAMPLE"
+><A
+NAME="AEN1963"
+></A
+><P
+><B
+>Example D-1. Using Setperl to set your perl path</B
+></P
+><P
+>	      <TT
+CLASS="COMPUTEROUTPUT"
+>	      <TT
+CLASS="PROMPT"
+>bash#</TT
+>
+	      <B
+CLASS="COMMAND"
+>./setperl.csh /usr/bin/perl</B
+>
+	      </TT
+>
+            </P
+></DIV
 >
 	</P
 ></LI
-- 
cgit v1.2.1