pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Use useradd/groupadd scripts from sysutils...
details: https://anonhg.NetBSD.org/pkgsrc/rev/40930393194d
branches: trunk
changeset: 588356:40930393194d
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Sat May 07 22:16:16 2011 +0000
description:
Use useradd/groupadd scripts from sysutils/user_irix package on IRIX
Closes PR pkg/44564
diffstat:
mk/platform/IRIX.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 7ee94c4c11c0 -r 40930393194d mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk Sat May 07 20:03:45 2011 +0000
+++ b/mk/platform/IRIX.mk Sat May 07 22:16:16 2011 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index