summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarcy <darcy>2007-12-30 22:54:39 +0000
committerdarcy <darcy>2007-12-30 22:54:39 +0000
commitd5a97ca1d3d33eb96ff2c251f4f354b025005149 (patch)
tree5c68f241bff2195763edf25c647be3cdb78f2db2
parent2e20dd2cafe05d4ebe9039b84af2def826a58235 (diff)
downloadpkgsrc-d5a97ca1d3d33eb96ff2c251f4f354b025005149.tar.gz
Explain PKG_OPTIONS usage a little more "loudly."
-rw-r--r--doc/guide/files/configuring.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index 3b21ef6d751..9a8359567f9 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.30 2007/10/17 14:08:02 kano Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -361,6 +361,11 @@ PKG_DEFAULT_OPTIONS= -arts -dvdread -esound
PKG_OPTIONS.kdebase= debug -sasl
PKG_OPTIONS.apache= suexec </screen>
+ <para>It is important to note that options that were specifically
+ suggested by the package maintainer must be explicitely removed if
+ you do not wish to include the option. If you are unsure you can view
+ the current state with <command>make show-options</command>.</para>
+
<para>The following settings are consulted in the order given, and
the last setting that selects or disables an option is
used:</para>