pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Minix 3.4 uses the NetBSD master.passwd an...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62c979812438
branches: trunk
changeset: 325335:62c979812438
user: sevan <sevan%pkgsrc.org@localhost>
date: Thu Nov 15 01:05:09 2018 +0000
description:
Minix 3.4 uses the NetBSD master.passwd and group file which means GID 0 is wheel.
diffstat:
mk/platform/Minix.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eadbcc81795d -r 62c979812438 mk/platform/Minix.mk
--- a/mk/platform/Minix.mk Thu Nov 15 00:50:44 2018 +0000
+++ b/mk/platform/Minix.mk Thu Nov 15 01:05:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Minix.mk,v 1.8 2018/11/15 00:40:57 sevan Exp $
+# $NetBSD: Minix.mk,v 1.9 2018/11/15 01:05:09 sevan Exp $
#
# Variable definitions for the Minix operating system.
@@ -19,7 +19,7 @@
NOLOGIN?= /usr/bin/false
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
ROOT_CMD?= ${SU} - root -c
-ROOT_GROUP?= operator
+ROOT_GROUP?= wheel
ROOT_USER?= root
SERIAL_DEVICES?= /dev/null
USERADD?= /usr/sbin/useradd
Home |
Main Index |
Thread Index |
Old Index