pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Documented PRIVILEGED_STAGES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0b02fd1a8dc
branches:  trunk
changeset: 538207:f0b02fd1a8dc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Feb 01 08:54:53 2008 +0000

description:
Documented PRIVILEGED_STAGES.

diffstat:

 mk/unprivileged.mk |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 6702ab50f12d -r f0b02fd1a8dc mk/unprivileged.mk
--- a/mk/unprivileged.mk        Fri Feb 01 08:50:22 2008 +0000
+++ b/mk/unprivileged.mk        Fri Feb 01 08:54:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: unprivileged.mk,v 1.14 2007/10/20 06:57:17 dsainty Exp $
+# $NetBSD: unprivileged.mk,v 1.15 2008/02/01 08:54:53 rillig Exp $
 #
 # This file collects definitions that are useful when using pkgsrc as an
 # unprivileged (non-root) user. It is included automatically by the
@@ -45,6 +45,15 @@
 # XXX: How can the user say that some of the packages shouldn't override
 # the user and group names?
 #
+# PRIVILEGED_STAGES
+#      A list of phases (not stages) that are run as the privileged
+#      user. Some packages, when installed with just-in-time-su, leave
+#      temporary files in the working directory, so the "clean" phase
+#      must have enough priviledges to clean them up.
+#
+#      Possible: clean
+#      Default: (undefined)
+#
 # === System-defined variables ===
 #
 # REAL_ROOT_USER



Home | Main Index | Thread Index | Old Index