diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 11:25:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 11:25:58 +0000 |
commit | ad74bfb9dfc43710d23936dd63dd89f985730020 (patch) | |
tree | 6ac499bed2c8d2d2ffc931df586cb5119b6670fd /doc/guide/files/configuring.xml | |
parent | e2679021dcffcb1a15f9772adb3183f9f2646aab (diff) | |
download | pkgsrc-ad74bfb9dfc43710d23936dd63dd89f985730020.tar.gz |
Reindented all <programlisting>s.
Diffstat (limited to 'doc/guide/files/configuring.xml')
-rw-r--r-- | doc/guide/files/configuring.xml | 28 |
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 |