pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Document UNPRIVILEGED and default to NO so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2d729650700
branches:  trunk
changeset: 496737:e2d729650700
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Jul 11 11:35:21 2005 +0000

description:
Document UNPRIVILEGED and default to NO so that it can be used by the
bulk build scripts.

diffstat:

 mk/defaults/mk.conf |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3be469af6db0 -r e2d729650700 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Mon Jul 11 03:25:07 2005 +0000
+++ b/mk/defaults/mk.conf       Mon Jul 11 11:35:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.65 2005/06/08 14:42:47 markd Exp $
+# $NetBSD: mk.conf,v 1.66 2005/07/11 11:35:21 sketch Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1903,6 +1903,11 @@
 # Possible: YES, NO
 # Default: YES
 
+UNPRIVILEGED?= NO
+# Set this to YES to enable unprivileged support (see mk/unprivileged.mk).
+# Possible: YES, NO
+# Default: NO
+
 USE_CANNA?= YES
 # Used in kinput2 and nvi-m17n to enable Canna kana-kanji converter
 # support.



Home | Main Index | Thread Index | Old Index