From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/html/setperl.html | 281 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 281 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..3d4909b73 --- /dev/null +++ b/docs/html/setperl.html @@ -0,0 +1,281 @@ +The setperl.pl Utility
The Bugzilla Guide
PrevAppendix C. Useful Patches and Utilities for BugzillaNext

C.1. The setperl.pl Utility

+ You can use the "setperl.pl" utility to quickly and easily + change the path to perl on all your Bugzilla files. +

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

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

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

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

  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.pl /your/path/to/perl + +


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