summaryrefslogtreecommitdiff
path: root/doc/guide/files/configuring.xml
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 11:25:58 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 11:25:58 +0000
commitad74bfb9dfc43710d23936dd63dd89f985730020 (patch)
tree6ac499bed2c8d2d2ffc931df586cb5119b6670fd /doc/guide/files/configuring.xml
parente2679021dcffcb1a15f9772adb3183f9f2646aab (diff)
downloadpkgsrc-ad74bfb9dfc43710d23936dd63dd89f985730020.tar.gz
Reindented all <programlisting>s.
Diffstat (limited to 'doc/guide/files/configuring.xml')
-rw-r--r--doc/guide/files/configuring.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index 482bc309025..f1dff8656c7 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.6 2005/09/02 19:12:37 rillig Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.7 2005/10/23 11:25:58 rillig Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -150,19 +150,19 @@
options are mutually exclusive, run <command>make show-options</command>,
for example:</para>
- <programlisting>
- The following options are supported by this package:
- ssl Enable SSL support.
- Exactly one of the following gecko options is required:
- firefox Use firefox as gecko rendering engine.
- mozilla Use mozilla as gecko rendering engine.
- At most one of the following database options may be selected:
- mysql Enable support for MySQL database.
- pgsql Enable support for PostgreSQL database.
-
- These options are enabled by default: firefox
- These options are currently enabled: mozilla ssl
- </programlisting>
+<programlisting>
+ The following options are supported by this package:
+ ssl Enable SSL support.
+ Exactly one of the following gecko options is required:
+ firefox Use firefox as gecko rendering engine.
+ mozilla Use mozilla as gecko rendering engine.
+ At most one of the following database options may be selected:
+ mysql Enable support for MySQL database.
+ pgsql Enable support for PostgreSQL database.
+
+ These options are enabled by default: firefox
+ These options are currently enabled: mozilla ssl
+</programlisting>
<para>The following variables can be defined in
<filename>/etc/mk.conf</filename> to select which options to enable