Commit e996beda authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Patch to resolve burning tinderbox after Bug 239852 checkin

parent eb50b5ab
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.86 2008/04/04 06:47:16 travis%sedsystems.ca Exp $ --> <!-- $Id: installation.xml,v 1.87 2008/04/04 06:47:17 travis%sedsystems.ca Exp $ -->
<chapter id="installing-bugzilla"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -1013,14 +1013,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ...@@ -1013,14 +1013,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
the Reports page. the Reports page.
</para> </para>
<para> <note>
<note> <para>
Windows does not have 'cron', but it does have the Task Windows does not have 'cron', but it does have the Task
Scheduler, which performs the same duties. There are also Scheduler, which performs the same duties. There are also
third-party tools that can be used to implement cron, such as third-party tools that can be used to implement cron, such as
<ulink url="http://www.nncron.ru/">nncron</ulink>. <ulink url="http://www.nncron.ru/">nncron</ulink>.
</note> </para>
</para> </note>
</section> </section>
<section> <section>
...@@ -1087,14 +1087,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ...@@ -1087,14 +1087,14 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
<programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./whineatnews.pl</programlisting> <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./whineatnews.pl</programlisting>
<para> <note>
<note> <para>
Windows does not have 'cron', but it does have the Task Windows does not have 'cron', but it does have the Task
Scheduler, which performs the same duties. There are also Scheduler, which performs the same duties. There are also
third-party tools that can be used to implement cron, such as third-party tools that can be used to implement cron, such as
<ulink url="http://www.nncron.ru/">nncron</ulink>. <ulink url="http://www.nncron.ru/">nncron</ulink>.
</note> </para>
</para> </note>
</section> </section>
<section id="patch-viewer"> <section id="patch-viewer">
...@@ -1315,7 +1315,7 @@ AddType text/xml .rdf</screen> ...@@ -1315,7 +1315,7 @@ AddType text/xml .rdf</screen>
</para> </para>
</section> </section>
<section id="win32-perlmodules"> <section id="win32-perl-modules">
<title>Perl Modules on Win32</title> <title>Perl Modules on Win32</title>
<para> <para>
...@@ -1349,15 +1349,15 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command> ...@@ -1349,15 +1349,15 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
</para> </para>
</note> </note>
<para> <tip>
<tip> <para>
If you are behind a corporate firewall, you will need to let the If you are behind a corporate firewall, you will need to let the
ActiveState PPM utility know how to get through it to acccess ActiveState PPM utility know how to get through it to acccess
the repositories by setting the HTTP_proxy system environmental the repositories by setting the HTTP_proxy system environmental
variable. For more information on setting that variable, see variable. For more information on setting that variable, see
the ActiveState documentation. the ActiveState documentation.
</tip> </para>
</para> </tip>
</section> </section>
<section id="win32-code-changes"> <section id="win32-code-changes">
......
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
<section id="modules-manual-download"> <section id="modules-manual-download">
<title>Download Locations</title> <title>Download Locations</title>
<para> <note>
<note> <para>
Running Bugzilla on Windows requires the use of ActiveState Running Bugzilla on Windows requires the use of ActiveState
Perl 5.8.1 or higher. Some modules already exist in the core Perl 5.8.1 or higher. Some modules already exist in the core
distribution of ActiveState Perl so no PPM link is given. distribution of ActiveState Perl so no PPM link is given.
(This is noted where it occurs.) (This is noted where it occurs.)
</note> </para>
</para> </note>
<para> <para>
AppConfig: AppConfig:
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<para> <para>
Data-Dumper: Data-Dumper:
<literallayout> <literallayout>
CPAN Download Page: <ulink url=http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"/> CPAN Download Page: <ulink url="http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"/>
PPM Download Page: Part of core distribution. PPM Download Page: Part of core distribution.
Documentation: <ulink url="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"/> Documentation: <ulink url="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"/>
</literallayout> </literallayout>
...@@ -147,7 +147,9 @@ ...@@ -147,7 +147,9 @@
Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/> Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/>
</literallayout> </literallayout>
</para> </para>
</section>
<section id="modules-manual-optional">
<title>Optional Modules</title> <title>Optional Modules</title>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment