pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Define "NOLOGIN" to "/usr/bin/false" rathe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/071b2a5e1ad3
branches:  trunk
changeset: 518803:071b2a5e1ad3
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Sep 18 15:11:37 2006 +0000

description:
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:

 mk/platform/Darwin.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r cc2554e583f6 -r 071b2a5e1ad3 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Mon Sep 18 13:27:15 2006 +0000
+++ b/mk/platform/Darwin.mk     Mon Sep 18 15:11:37 2006 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index