summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-09-18 15:11:37 +0000
committertron <tron@pkgsrc.org>2006-09-18 15:11:37 +0000
commit6620b33b6b7ec1ea818f674d0b798fc29efe5d63 (patch)
tree51c33eed26e913327dc46ddb76d139ffddac5cc4 /mk/platform
parentbeba035f61373f3897e7d0955520e1edd70cb118 (diff)
downloadpkgsrc-6620b33b6b7ec1ea818f674d0b798fc29efe5d63.tar.gz
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".
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/Darwin.mk5
1 files 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