pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Only use SPECIAL_PERMS, not @owner / @...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c92857efeaf
branches:  trunk
changeset: 555023:7c92857efeaf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 23 17:45:17 2009 +0000

description:
Only use SPECIAL_PERMS, not @owner / @group / @mode.

diffstat:

 doc/guide/files/fixes.xml |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 6cd71c4a3382 -r 7c92857efeaf doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Mon Feb 23 15:17:02 2009 +0000
+++ b/doc/guide/files/fixes.xml Mon Feb 23 17:45:17 2009 +0000
@@ -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 @@
       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



Home | Main Index | Thread Index | Old Index