pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix "root" user and group.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9aef96fcbb48
branches: trunk
changeset: 470746:9aef96fcbb48
user: tv <tv%pkgsrc.org@localhost>
date: Thu Mar 11 19:37:42 2004 +0000
description:
Fix "root" user and group.
diffstat:
mk/defs.Interix.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 77512d1dbaa7 -r 9aef96fcbb48 mk/defs.Interix.mk
--- a/mk/defs.Interix.mk Thu Mar 11 19:37:20 2004 +0000
+++ b/mk/defs.Interix.mk Thu Mar 11 19:37:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.1 2004/03/11 17:53:16 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.2 2004/03/11 19:37:42 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -88,9 +88,9 @@
MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type
NOLOGIN?= /sbin/nologin
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
-ROOT_CMD?= ${SU} - root -c
-ROOT_USER?= root
-ROOT_GROUP?= wheel
+ROOT_CMD?= ${SU} - ${ROOT_USER} -c
+ROOT_USER?= ${BINOWN}
+ROOT_GROUP?= +Administrators
TOUCH_FLAGS?=
ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
Home |
Main Index |
Thread Index |
Old Index