The standard "root" group under Linux is "root" not "wheel".

PR #22566
This commit is contained in:
reed 2003-08-25 15:47:15 +00:00
parent 825a92bfa2
commit 59de24e14c

View file

@ -1,4 +1,4 @@
# $NetBSD: defs.Linux.mk,v 1.54 2003/08/23 16:04:26 jschauma Exp $
# $NetBSD: defs.Linux.mk,v 1.55 2003/08/25 15:47:15 reed Exp $
#
# Variable definitions for the Linux operating system.
@ -132,7 +132,7 @@ MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type
NOLOGIN?= ${FALSE}
PKG_TOOLS_BIN?= ${ZOULARISBASE}/sbin
ROOT_CMD?= ${SU} - root -c
ROOT_GROUP?= wheel
ROOT_GROUP?= root
ROOT_USER?= root
SERIAL_DEVICES?= /dev/null
ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`