pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files SUPPORT_FILES -> REQD_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/809dbb7ad5de
branches:  trunk
changeset: 603912:809dbb7ad5de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 16 16:46:43 2012 +0000

description:
SUPPORT_FILES -> REQD_FILES

diffstat:

 doc/guide/files/pkginstall.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 26a6886a446d -r 809dbb7ad5de doc/guide/files/pkginstall.xml
--- a/doc/guide/files/pkginstall.xml    Wed May 16 16:18:46 2012 +0000
+++ b/doc/guide/files/pkginstall.xml    Wed May 16 16:46:43 2012 +0000
@@ -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 @@
 
   <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 @@
 
   <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



Home | Main Index | Thread Index | Old Index