summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-10 14:50:45 +0000
committerjoerg <joerg>2009-02-10 14:50:45 +0000
commitdb062e0f8056f3b5dcb5df6cb1e4342a6e3cd4a2 (patch)
tree25483ca7c5327b50ccd043e534cf4c4a659503ff /doc
parentc4a88304f6a338d08ad9736943e23f8cdff61273 (diff)
downloadpkgsrc-db062e0f8056f3b5dcb5df6cb1e4342a6e3cd4a2.tar.gz
Annotate that the automatic creation only applies to PKG_SYSCONFDIR and
not to subdirectories of it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/pkginstall.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guide/files/pkginstall.xml b/doc/guide/files/pkginstall.xml
index 57e950c5094..2e07bc5719f 100644
--- a/doc/guide/files/pkginstall.xml
+++ b/doc/guide/files/pkginstall.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: pkginstall.xml,v 1.15 2007/06/01 11:07:25 rillig Exp $ -->
+<!-- $NetBSD: pkginstall.xml,v 1.16 2009/02/10 14:50:45 joerg Exp $ -->
<chapter id="pkginstall"> <?dbhtml filename="pkginstall.html"?>
<title>The pkginstall framework</title>
@@ -271,7 +271,9 @@ following:</para>
<para>It is worth mentioning that <filename>${PKG_SYSCONFDIR}</filename> is
automatically added to <filename>OWN_DIRS</filename>. See <xref
-linkend="dirs-outside-prefix" /> what this means.</para>
+linkend="dirs-outside-prefix" /> what this means. This does not apply to
+subdirectories of <filename>${PKG_SYSCONFDIR}</filename>, they still have to
+be created with OWN_DIRS or MAKE_DIRS.</para>
</sect2>