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 @@ The setperl.pl UtilityThe setperl.csh UtilityAppendix C. Useful Patches and Utilities for BugzillaAppendix D. Useful Patches and Utilities for BugzillaC.1. The setperl.pl UtilityD.1. 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.

      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' @@ -132,7 +134,7 @@ CLASS="PROMPT" > chmod u+x setperl.plchmod u+x setperl.csh @@ -210,9 +212,34 @@ CLASS="PROMPT" > ./setperl.pl /your/path/to/perl./setperl.csh /your/path/to/perl +

      Example D-1. Using Setperl to set your perl path

      bash# + ./setperl.csh /usr/bin/perl + +