summaryrefslogtreecommitdiffstats
path: root/docs/en/xml
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2008-04-04 13:47:33 +0200
committermozilla%colinogilvie.co.uk <>2008-04-04 13:47:33 +0200
commita09a7f473b166b72a20a52f4d8862f8483ea2ce8 (patch)
tree5f770562a81c33ce5b60165325b5396ef5637dd1 /docs/en/xml
parent2ffc3562d5c9d6859cfbadb2e748dca27e999a91 (diff)
downloadbugzilla-a09a7f473b166b72a20a52f4d8862f8483ea2ce8.tar.gz
bugzilla-a09a7f473b166b72a20a52f4d8862f8483ea2ce8.tar.xz
Fix tinderbox burning from the previous fix.
Diffstat (limited to 'docs/en/xml')
-rw-r--r--docs/en/xml/installation.xml20
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 851cf11b7..0b5e40ab6 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.102 2008/04/04 06:47:32 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.103 2008/04/04 06:47:33 mozilla%colinogilvie.co.uk Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -826,8 +826,10 @@
usually located in <filename>/var/lib/pgsql/data/</filename>. In this file,
you will need to add a new line to it as follows:</para>
- <computeroutput>host all bugs 127.0.0.1 255.255.255.255 md5</computeroutput>
-
+ <para>
+ <computeroutput>host all bugs 127.0.0.1 255.255.255.255 md5</computeroutput>
+ </para>
+
<para>This means that for TCP/IP (host) connections, allow connections from
'127.0.0.1' to 'all' databases on this server from the 'bugs' user, and use
password authentication (md5) for that user.</para>
@@ -837,12 +839,16 @@
, also usually found in the <filename>/var/lib/pgsql/data/</filename> folder.
You will need to make a single line change, changing</para>
- <computeroutput># tcpip_socket = false</computeroutput>
-
+ <para>
+ <computeroutput># tcpip_socket = false</computeroutput>
+ </para>
+
<para>to</para>
- <computeroutput>tcpip_socket = true</computeroutput>
-
+ <para>
+ <computeroutput>tcpip_socket = true</computeroutput>
+ </para>
+
<para>Now, you will need to restart PostgreSQL, but you will need to fully
stop and start the server rather than just restarting due to the possibility
of a change to <filename>postgresql.conf</filename>. After the server has