pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk For ROOT_CMD, use full path to sudo and ${SH} inste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8cce2cc76d17
branches: trunk
changeset: 479450:8cce2cc76d17
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Aug 14 19:35:39 2004 +0000
description:
For ROOT_CMD, use full path to sudo and ${SH} instead of "sh".
diffstat:
mk/defs.Darwin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4e2a9f318635 -r 8cce2cc76d17 mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Sat Aug 14 19:14:42 2004 +0000
+++ b/mk/defs.Darwin.mk Sat Aug 14 19:35:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.78 2004/08/01 18:24:20 schmonz Exp $
+# $NetBSD: defs.Darwin.mk,v 1.79 2004/08/14 19:35:39 schmonz Exp $
#
# Variable definitions for the Darwin operating system.
@@ -91,7 +91,7 @@
MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type
NOLOGIN?= ${FALSE}
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
-ROOT_CMD?= sudo sh -c
+ROOT_CMD?= /usr/bin/sudo ${SH} -c
ROOT_GROUP?= wheel
ROOT_USER?= root
SERIAL_DEVICES?= /dev/null
Home |
Main Index |
Thread Index |
Old Index