diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-23 17:45:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-23 17:45:17 +0000 |
commit | dc399217563036fbb258d11028dbe97430579a55 (patch) | |
tree | 4cda31cc5528cd71ad91d832393c473faf238ee9 /doc/guide | |
parent | c34aa7c321cf43114af8288603bc1eded297f42a (diff) | |
download | pkgsrc-dc399217563036fbb258d11028dbe97430579a55.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 |