diff options
author | barnboy%trilobyte.net <> | 2001-04-25 16:11:45 +0200 |
---|---|---|
committer | barnboy%trilobyte.net <> | 2001-04-25 16:11:45 +0200 |
commit | 2d4d7c92bfb4ce18e4413b1e66f30bd62a44e6ff (patch) | |
tree | a2d82b3f59cc18d708502912933cb5689fc619fd /docs/sgml/patches.sgml | |
parent | 064f6ba69bb6e46e41427cfbccb7a6839e75110e (diff) | |
download | bugzilla-2d4d7c92bfb4ce18e4413b1e66f30bd62a44e6ff.tar.gz bugzilla-2d4d7c92bfb4ce18e4413b1e66f30bd62a44e6ff.tar.xz |
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.
Diffstat (limited to 'docs/sgml/patches.sgml')
-rw-r--r-- | docs/sgml/patches.sgml | 42 |
1 files changed, 35 insertions, 7 deletions
diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml index 0992bde0d..8d7a72682 100644 --- a/docs/sgml/patches.sgml +++ b/docs/sgml/patches.sgml @@ -4,15 +4,17 @@ <title>Useful Patches and Utilities for Bugzilla</title> <section id="setperl"> - <title>The setperl.pl Utility</title> + <title>The setperl.csh Utility</title> <para> - 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! </para> <procedure> <step> <para> - Download the "setperl.pl" utility to your Bugzilla + Download the "setperl.csh" utility to your Bugzilla directory and make it executable. </para> <substeps> @@ -28,7 +30,7 @@ <para> <computeroutput> <prompt>bash#</prompt> - <command>wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'</command> + <command>wget -O setperl.csh 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'</command> </computeroutput> </para> </step> @@ -36,7 +38,7 @@ <para> <computeroutput> <prompt>bash#</prompt> - <command>chmod u+x setperl.pl</command> + <command>chmod u+x setperl.csh</command> </computeroutput> </para> </step> @@ -80,8 +82,17 @@ <para> <computeroutput> <prompt>bash#</prompt> - <command>./setperl.pl /your/path/to/perl</command> + <command>./setperl.csh /your/path/to/perl</command> </computeroutput> +<example> + <title>Using Setperl to set your perl path</title> + <para> + <computeroutput> + <prompt>bash#</prompt> + <command>./setperl.csh /usr/bin/perl</command> + </computeroutput> + </para> + </example> </para> </step> </procedure> @@ -206,4 +217,21 @@ </para> </section> -</appendix>
\ No newline at end of file +</appendix> +<!-- Keep this comment at the end of the file +Local variables: +mode: sgml +sgml-omittag:t +sgml-shorttag:t +sgml-namecase-general:t +sgml-general-insert-case:lower +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:2 +sgml-indent-data:t +sgml-parent-document:nil +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil +End: +--> |