summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-16 16:46:43 +0000
committerwiz <wiz>2012-05-16 16:46:43 +0000
commit2492aa3314da9d8813822e2aca9ded12fee7585a (patch)
tree7eda0194a4bdc53a112d70a592b9a7783b611d4e /doc/guide
parentbdff00bbd7c1b4ba40d894060fc6876b88c72604 (diff)
downloadpkgsrc-2492aa3314da9d8813822e2aca9ded12fee7585a.tar.gz
SUPPORT_FILES -> REQD_FILES
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/pkginstall.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/pkginstall.xml b/doc/guide/files/pkginstall.xml
index 2e07bc5719f..b08f7c9d4d7 100644
--- a/doc/guide/files/pkginstall.xml
+++ b/doc/guide/files/pkginstall.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: pkginstall.xml,v 1.16 2009/02/10 14:50:45 joerg Exp $ -->
+<!-- $NetBSD: pkginstall.xml,v 1.17 2012/05/16 16:46:43 wiz Exp $ -->
<chapter id="pkginstall"> <?dbhtml filename="pkginstall.html"?>
<title>The pkginstall framework</title>
@@ -144,7 +144,7 @@ installation prefix:</para>
<listitem>
<para><varname>CONF_FILES</varname> and
- <varname>SUPPORT_FILES</varname> are pairs of master and target files.
+ <varname>REQD_FILES</varname> are pairs of master and target files.
During installation time, the master file is copied to the target one
if and only if the latter does not exist. Upon deinstallation, the
target file is removed provided that it was not modified by the
@@ -158,13 +158,13 @@ installation prefix:</para>
<listitem>
<para><varname>CONF_FILES_PERMS</varname> and
- <varname>SUPPORT_FILES_PERMS</varname> contain tuples describing master
+ <varname>REQD_FILES_PERMS</varname> contain tuples describing master
files as well as their target locations. For each of them, it also
specifies their owner, their group and their numeric permissions, in
this order. For example:</para>
<programlisting>
-SUPPORT_FILES_PERMS+= ${PREFIX}/share/somefile ${VARBASE}/somefile ${ROOT_USER} ${ROOT_GROUP} 0700
+REQD_FILES_PERMS+= ${PREFIX}/share/somefile ${VARBASE}/somefile ${ROOT_USER} ${ROOT_GROUP} 0700
</programlisting>
<para>The difference between the two is exactly the same as their