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/sgml/patches.sgml | 42 +++++++++++++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 7 deletions(-) (limited to 'docs/sgml/patches.sgml') diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml index 0992bde0d..8d7a72682 100644 --- a/docs/sgml/patches.sgml +++ b/docs/sgml/patches.sgml @@ -4,15 +4,17 @@ Useful Patches and Utilities for Bugzilla
- The setperl.pl Utility + The setperl.csh Utility - 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! - Download the "setperl.pl" utility to your Bugzilla + Download the "setperl.csh" utility to your Bugzilla directory and make it executable. @@ -28,7 +30,7 @@ bash# - wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' + wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' @@ -36,7 +38,7 @@ bash# - chmod u+x setperl.pl + chmod u+x setperl.csh @@ -80,8 +82,17 @@ bash# - ./setperl.pl /your/path/to/perl + ./setperl.csh /your/path/to/perl + + Using Setperl to set your perl path + + + bash# + ./setperl.csh /usr/bin/perl + + + @@ -206,4 +217,21 @@
- \ No newline at end of file + + -- cgit v1.2.3-24-g4f1b