diff options
Diffstat (limited to 'docs/html/setperl.html')
-rw-r--r-- | docs/html/setperl.html | 312 |
1 files changed, 0 insertions, 312 deletions
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 @@ -<HTML -><HEAD -><TITLE ->The setperl.csh Utility</TITLE -><META -NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ -"><LINK -REL="HOME" -TITLE="The Bugzilla Guide" -HREF="index.html"><LINK -REL="UP" -TITLE="Useful Patches and Utilities for Bugzilla" -HREF="patches.html"><LINK -REL="PREVIOUS" -TITLE="Apache mod_rewrite magic" -HREF="rewrite.html"><LINK -REL="NEXT" -TITLE="Command-line Bugzilla Queries" -HREF="cmdline.html"></HEAD -><BODY -CLASS="section" -BGCOLOR="#FFFFFF" -TEXT="#000000" -LINK="#0000FF" -VLINK="#840084" -ALINK="#0000FF" -><DIV -CLASS="NAVHEADER" -><TABLE -SUMMARY="Header navigation table" -WIDTH="100%" -BORDER="0" -CELLPADDING="0" -CELLSPACING="0" -><TR -><TH -COLSPAN="3" -ALIGN="center" ->The Bugzilla Guide</TH -></TR -><TR -><TD -WIDTH="10%" -ALIGN="left" -VALIGN="bottom" -><A -HREF="rewrite.html" -ACCESSKEY="P" ->Prev</A -></TD -><TD -WIDTH="80%" -ALIGN="center" -VALIGN="bottom" ->Appendix D. Useful Patches and Utilities for Bugzilla</TD -><TD -WIDTH="10%" -ALIGN="right" -VALIGN="bottom" -><A -HREF="cmdline.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -></TABLE -><HR -ALIGN="LEFT" -WIDTH="100%"></DIV -><DIV -CLASS="section" -><H1 -CLASS="section" -><A -NAME="setperl">D.2. The setperl.csh Utility</H1 -><P -> 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! - </P -><DIV -CLASS="procedure" -><OL -TYPE="1" -><LI -><P -> Download the "setperl.csh" utility to your Bugzilla - directory and make it executable. - </P -><OL -CLASS="SUBSTEPS" -TYPE="a" -><LI -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> - <B -CLASS="command" ->cd /your/path/to/bugzilla</B -> - </TT -> - </P -></LI -><LI -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> <B -CLASS="command" ->wget -O - setperl.csh - 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'</B -> </TT -> - </P -></LI -><LI -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> <B -CLASS="command" ->chmod - u+x setperl.csh</B -> </TT -> - </P -></LI -></OL -></LI -><LI -><P -> Prepare (and fix) Bugzilla file permissions. - </P -><OL -CLASS="SUBSTEPS" -TYPE="a" -><LI -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> - <B -CLASS="command" ->chmod u+w *</B -> - </TT -> - </P -></LI -><LI -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> <B -CLASS="command" ->chmod - u+x duplicates.cgi</B -> </TT -> - </P -></LI -><LI -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> - <B -CLASS="command" ->chmod a-x bug_status.html</B -> - </TT -> - </P -></LI -></OL -></LI -><LI -><P -> Run the script: - </P -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> - <B -CLASS="command" ->./setperl.csh /your/path/to/perl</B -> - </TT -> -<DIV -CLASS="example" -><A -NAME="AEN2380"><P -><B ->Example D-1. Using Setperl to set your perl path</B -></P -><P -> <TT -CLASS="computeroutput" -> <TT -CLASS="prompt" ->bash#</TT -> - <B -CLASS="command" ->./setperl.csh /usr/bin/perl</B -> - </TT -> - </P -></DIV -> - </P -></LI -></OL -></DIV -></DIV -><DIV -CLASS="NAVFOOTER" -><HR -ALIGN="LEFT" -WIDTH="100%"><TABLE -SUMMARY="Footer navigation table" -WIDTH="100%" -BORDER="0" -CELLPADDING="0" -CELLSPACING="0" -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" -><A -HREF="rewrite.html" -ACCESSKEY="P" ->Prev</A -></TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -><A -HREF="index.html" -ACCESSKEY="H" ->Home</A -></TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" -><A -HREF="cmdline.html" -ACCESSKEY="N" ->Next</A -></TD -></TR -><TR -><TD -WIDTH="33%" -ALIGN="left" -VALIGN="top" ->Apache <TT -CLASS="filename" ->mod_rewrite</TT -> magic</TD -><TD -WIDTH="34%" -ALIGN="center" -VALIGN="top" -><A -HREF="patches.html" -ACCESSKEY="U" ->Up</A -></TD -><TD -WIDTH="33%" -ALIGN="right" -VALIGN="top" ->Command-line Bugzilla Queries</TD -></TR -></TABLE -></DIV -></BODY -></HTML ->
\ No newline at end of file |