diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-07-15 16:24:01 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-07-15 16:24:01 +0000 |
commit | a9600197ee81a8955336ca073ffde83eda2e8540 (patch) | |
tree | e21163a338485239e34004e942333f87d167aee1 /mk/defs.Darwin.mk | |
parent | 8673172a778f7cd612262cda15e948da17f1bbee (diff) | |
download | pkgsrc-a9600197ee81a8955336ca073ffde83eda2e8540.tar.gz |
Provide per-${OPSYS} defaults for how to run a command as root.
Darwin ships with a disabled root account and a working "sudo".
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index 5361ea29950..1a40f81ef54 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.25 2002/06/02 19:44:32 schmonz Exp $ +# $NetBSD: defs.Darwin.mk,v 1.26 2002/07/15 16:24:01 schmonz Exp $ # # Variable definitions for the Darwin operating system. @@ -63,6 +63,7 @@ MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type NOLOGIN?= ${FALSE} PKG_TOOLS_BIN?= ${ZOULARISBASE}/sbin +ROOT_CMD?= sudo sh -c ROOT_GROUP?= wheel ROOT_USER?= root SERIAL_DEVICES?= /dev/null |