Use useradd/groupadd scripts from sysutils/user_irix package on IRIX
Closes PR pkg/44564
This commit is contained in:
parent
af1e3005b6
commit
ab1188b259
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IRIX.mk,v 1.36 2010/07/08 04:57:36 dholland Exp $
|
||||
# $NetBSD: IRIX.mk,v 1.37 2011/05/07 22:16:16 cheusov Exp $
|
||||
#
|
||||
# Variable definitions for the IRIX operating system.
|
||||
|
||||
|
@ -30,6 +30,11 @@ 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?= ${LOCALBASE}/sbin/useradd
|
||||
GROUPADD?= ${LOCALBASE}/sbin/groupadd
|
||||
_PKG_USER_HOME?= /dev/null # to match other system accounts
|
||||
_USER_DEPENDS= user-[0-9]*:../../sysutils/user_irix
|
||||
|
||||
# imake installs manpages in weird places
|
||||
.if !empty(OS_VERSION:M6*)
|
||||
IMAKE_MAN_SOURCE_PATH?= catman/u_man/cat
|
||||
|
|
Loading…
Reference in a new issue