diff options
author | joerg <joerg> | 2009-02-23 17:45:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-23 17:45:17 +0000 |
commit | 62fa8550e8beca5ae7386079df9aeffc839b018c (patch) | |
tree | 4cda31cc5528cd71ad91d832393c473faf238ee9 /doc/guide | |
parent | e5c8c9f0a03d355543f11ce5550fcd1fd8dc1892 (diff) | |
download | pkgsrc-62fa8550e8beca5ae7386079df9aeffc839b018c.tar.gz |
Only use SPECIAL_PERMS, not @owner / @group / @mode.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/fixes.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 31efb66a63d..ae6564257a6 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.95 2009/01/04 18:00:59 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.96 2009/02/23 17:45:17 joerg Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -1363,10 +1363,7 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir2 incorrect; fix them.</para></listitem> <listitem><para>If files are installed with special owner/group - either use @owner/@group in the <filename>PLIST</filename> - (preferred) or use <varname>SPECIAL_PERMS</varname> - (discouraged). Note that @owner/@group are sticky during - install, keep this in mind.</para></listitem> + use <varname>SPECIAL_PERMS</varname>.</para></listitem> <listitem><para>In general, packages should support <varname>UNPRIVILEGED</varname> to be able to use |