From e76ca9b1b0ca42adedff1ff6e1a8f959d0a6babc Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 16 May 2012 16:46:43 +0000 Subject: SUPPORT_FILES -> REQD_FILES --- doc/guide/files/pkginstall.xml | 8 ++++---- 1 file 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 @@ - + The pkginstall framework @@ -144,7 +144,7 @@ installation prefix: CONF_FILES and - SUPPORT_FILES are pairs of master and target files. + REQD_FILES 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: CONF_FILES_PERMS and - SUPPORT_FILES_PERMS contain tuples describing master + REQD_FILES_PERMS 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: -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 The difference between the two is exactly the same as their -- cgit v1.2.3