From 20811e277e61cd29ae1edc97a6c62bc1a03f442b Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Sat, 11 Aug 2001 05:26:38 +0000 Subject: Compiled HTML/TXT check-in. For some reason, it keeps thinking my darn dbschema.jpg file is changing, though. --- docs/html/setperl.html | 305 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 305 insertions(+) create mode 100644 docs/html/setperl.html (limited to 'docs/html/setperl.html') diff --git a/docs/html/setperl.html b/docs/html/setperl.html new file mode 100644 index 000000000..76b0fdf91 --- /dev/null +++ b/docs/html/setperl.html @@ -0,0 +1,305 @@ +The setperl.csh Utility
The Bugzilla Guide
PrevAppendix D. Useful Patches and Utilities for BugzillaNext

D.1. The setperl.csh Utility

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! +

  1. Download the "setperl.csh" utility to your Bugzilla + directory and make it executable. +

    1. bash# + cd /your/path/to/bugzilla + +

    2. bash# wget -O + setperl.csh + 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' +

    3. bash# chmod + u+x setperl.csh +

  2. Prepare (and fix) Bugzilla file permissions. +

    1. bash# + chmod u+w * + +

    2. bash# chmod + u+x duplicates.cgi +

    3. bash# + chmod a-x bug_status.html + +

  3. Run the script: +

    bash# + ./setperl.csh /your/path/to/perl + +

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

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

    +


PrevHomeNext
Useful Patches and Utilities for BugzillaUpCommand-line Bugzilla Queries
\ No newline at end of file -- cgit v1.2.3-24-g4f1b