From 3095db00cec7aad65729819a5356053436ef301e Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 27 Dec 2004 06:41:50 +0000 Subject: Remove USERADD and GROUPADD definitions from OSes where the useradd and groupadd commands won't follow the calling conventions of the NetBSD useradd/groupadd. Modify the INSTALL scripts to *never* create users or groups if there is no available ${USERADD} or ${GROUPADD} command, but will warn the user of users and groups that need to be created before the package can be installed. --- mk/platform/IRIX.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mk/platform/IRIX.mk') diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk index 8db8bd16731..d064b7c7238 100644 --- a/mk/platform/IRIX.mk +++ b/mk/platform/IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: IRIX.mk,v 1.6 2004/11/16 18:04:00 tv Exp $ +# $NetBSD: IRIX.mk,v 1.7 2004/12/27 06:41:50 jlam Exp $ # # Variable definitions for the IRIX operating system. @@ -96,7 +96,6 @@ CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 022 DEFAULT_SERIAL_DEVICE?= /dev/null EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table -GROUPADD?= ${FALSE} MOTIF_TYPE_DEFAULT?= dt # default 2.0 compatible libs type NOLOGIN?= ${FALSE} ROOT_CMD?= ${SU} - root -c @@ -106,7 +105,6 @@ SERIAL_DEVICES?= /dev/null ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d` ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s` ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v` -USERADD?= ${FALSE} # imake installs manpages in weird places IMAKE_MAN_SOURCE_PATH= catman/u_man/cat -- cgit v1.2.3