pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk DOCOWN and DOCGRP should be unprivileged as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7d9b714ce43
branches:  trunk
changeset: 521126:f7d9b714ce43
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Nov 05 14:36:13 2006 +0000

description:
DOCOWN and DOCGRP should be unprivileged as well.

diffstat:

 mk/unprivileged.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 06d8357de0c4 -r f7d9b714ce43 mk/unprivileged.mk
--- a/mk/unprivileged.mk        Sun Nov 05 14:34:50 2006 +0000
+++ b/mk/unprivileged.mk        Sun Nov 05 14:36:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: unprivileged.mk,v 1.7 2006/10/15 16:20:34 joerg Exp $
+# $NetBSD: unprivileged.mk,v 1.8 2006/11/05 14:36:13 joerg Exp $
 #
 # This file collects definitions that are useful when using pkgsrc as an
 # unprivileged (non-root) user. It is included automatically by the
@@ -46,6 +46,8 @@
 MANOWN=                        ${UNPRIVILEGED_USER}
 SHAREGRP=              ${UNPRIVILEGED_GROUP}
 SHAREOWN=              ${UNPRIVILEGED_USER}
+DOCGRP=                        ${UNPRIVILEGED_GROUP}
+DOCOWN=                        ${UNPRIVILEGED_USER}
 
 # Override installation modes.  As a regular user, we may have problems
 # when overwriting files if they are not writable.



Home | Main Index | Thread Index | Old Index