From 5bef49c26c5d3c49da84aeddee3217a2fa917e8c Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Sat, 11 Aug 2001 05:15:12 +0000 Subject: Removal of HTML from docs temporarily due to massive renaming in the latest restructuring of the Bugzilla Guide. --- docs/html/setperl.html | 308 ------------------------------------------------- 1 file changed, 308 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 57540d8d8..000000000 --- a/docs/html/setperl.html +++ /dev/null @@ -1,308 +0,0 @@ -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