From 16e4ccc21a94718823873e933a6c2da291479c00 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 18 Sep 2006 15:11:37 +0000 Subject: Define "NOLOGIN" to "/usr/bin/false" rather than ${FALSE} (which doesn't contain the directory name) and don't set "_PKG_USER_SHELL" which should really be private to "bsd.pkginstall.mk". --- mk/platform/Darwin.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 4fea746d23e..9388149208c 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.20 2006/07/20 20:02:23 jlam Exp $ +# $NetBSD: Darwin.mk,v 1.21 2006/09/18 15:11:37 tron Exp $ # # Variable definitions for the Darwin operating system. @@ -27,7 +27,7 @@ DEF_UMASK?= 0022 DEFAULT_SERIAL_DEVICE?= /dev/null EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type -NOLOGIN?= ${FALSE} +NOLOGIN?= /usr/bin/false PKG_TOOLS_BIN?= ${LOCALBASE}/sbin ROOT_CMD?= /usr/bin/sudo ${SH} -c ROOT_GROUP?= wheel @@ -40,7 +40,6 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m` GROUPADD?= ${LOCALBASE}/sbin/groupadd USERADD?= ${LOCALBASE}/sbin/useradd _PKG_USER_HOME?= /var/empty # to match other system accounts -_PKG_USER_SHELL?= /usr/bin/false # to match other system accounts _USER_DEPENDS= user>=20040801:../../sysutils/user_darwin # imake installs manpages in weird places -- cgit v1.2.3