From d8caf6045d10344c431918128e3803ca497565f3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 28 Jul 2002 05:00:17 +0000 Subject: Merging new docs from 2.16 branch. --- docs/html/setperl.html | 312 ------------------------------------------------- 1 file changed, 312 deletions(-) delete mode 100644 docs/html/setperl.html (limited to 'docs/html/setperl.html') diff --git a/docs/html/setperl.html b/docs/html/setperl.html deleted file mode 100644 index 6ed8f17a6..000000000 --- a/docs/html/setperl.html +++ /dev/null @@ -1,312 +0,0 @@ -The setperl.csh Utility
The Bugzilla Guide
PrevAppendix D. Useful Patches and Utilities for BugzillaNext

D.2. 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
Apache mod_rewrite magicUpCommand-line Bugzilla Queries
\ No newline at end of file -- cgit v1.2.3-24-g4f1b