diff options
Diffstat (limited to 'docs/html/os-specific.html')
-rw-r--r-- | docs/html/os-specific.html | 97 |
1 files changed, 57 insertions, 40 deletions
diff --git a/docs/html/os-specific.html b/docs/html/os-specific.html index f54221ff6..ef29d5a22 100644 --- a/docs/html/os-specific.html +++ b/docs/html/os-specific.html @@ -7,7 +7,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ "><LINK REL="HOME" -TITLE="The Bugzilla Guide" +TITLE="The Bugzilla Guide - 2.17.4 Development Release" HREF="index.html"><LINK REL="UP" TITLE="Installation" @@ -37,7 +37,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide</TH +>The Bugzilla Guide - 2.17.4 Development Release</TH ></TR ><TR ><TD @@ -214,11 +214,11 @@ TARGET="_top" ></TABLE ></DIV ><DIV -CLASS="note" +CLASS="tip" ><P ></P ><TABLE -CLASS="note" +CLASS="tip" WIDTH="100%" BORDER="0" ><TR @@ -227,9 +227,9 @@ WIDTH="25" ALIGN="CENTER" VALIGN="TOP" ><IMG -SRC="../images/note.gif" +SRC="../images/tip.gif" HSPACE="5" -ALT="Note"></TD +ALT="Tip"></TD ><TD ALIGN="LEFT" VALIGN="TOP" @@ -358,30 +358,9 @@ CLASS="section" ><H4 CLASS="section" ><A -NAME="win32-code-mail" -></A ->4.3.1.3.2. Making mail work</H4 -><P ->The easiest way to get mail working is to use the mail patches - on <A -HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=124174" -TARGET="_top" ->bug - 124174</A ->. With any luck, this patch will receive the required - reviews and integrated into the main Bugzilla distribution very soon. - Until that happens, there's at least one report of this patch working - well on Windows. - </P -></DIV -><DIV -CLASS="section" -><H4 -CLASS="section" -><A -NAME="AEN930" +NAME="AEN863" ></A ->4.3.1.3.3. System Calls</H4 +>4.3.1.3.2. System Calls</H4 ><P >In order to get system calls to work on win32's perl, you need to tell the windows shell what interpreter to use. This is done by @@ -410,7 +389,7 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" -> system("./processmail", $id, $exporter); +> system("$webdotbase","-Tpng","-o","$pngfilename","$filename"); </PRE ></FONT ></TD @@ -428,19 +407,12 @@ WIDTH="100%" COLOR="#000000" ><PRE CLASS="programlisting" -> system("C:\\perl\\bin\\perl", "processmail", $id, $exporter); +> system("C:\\perl\\bin\\perl", "$webdotbase","-Tpng","-o","$pngfilename","$filename"); </PRE ></FONT ></TD ></TR ></TABLE -><P ->Notice that the <TT -CLASS="computeroutput" ->./</TT -> is also - removed. - </P ><DIV CLASS="tip" ><P @@ -479,6 +451,51 @@ CLASS="productname" ></TR ></TABLE ></DIV +><DIV +CLASS="note" +><P +></P +><TABLE +CLASS="note" +WIDTH="100%" +BORDER="0" +><TR +><TD +WIDTH="25" +ALIGN="CENTER" +VALIGN="TOP" +><IMG +SRC="../images/note.gif" +HSPACE="5" +ALT="Note"></TD +><TD +ALIGN="LEFT" +VALIGN="TOP" +><P +>It appears that the only <TT +CLASS="function" +>system</TT +> call + remaining in the Bugzilla codebase is in + <TT +CLASS="filename" +>showdependencygraph.cgi</TT +>. Not changing this + file will only cause dependency graphs to not function if the + <TT +CLASS="option" +>webdotbase</TT +> paramater points to a local + installation of <A +HREF="http://www.graphviz.org" +TARGET="_top" +>GraphViz</A +>. + </P +></TD +></TR +></TABLE +></DIV ></DIV ></DIV ><DIV @@ -494,8 +511,8 @@ NAME="win32-http" able to handle Bugzilla; however, the Bugzilla Team still recommends Apache whenever asked. No matter what web server you choose, be sure to pay attention to the security notes in <A -HREF="security.html" ->Section 5.6</A +HREF="security.html#security-access" +>Section 5.6.4</A >. More information on configuring specific web servers can be found in <A |