pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Support UNLIMIT_RESOURCES=cputime on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b465ba5c4924
branches: trunk
changeset: 351698:b465ba5c4924
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 25 12:08:29 2016 +0000
description:
Support UNLIMIT_RESOURCES=cputime on SunOS.
diffstat:
mk/platform/SunOS.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 45b851d75b44 -r b465ba5c4924 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk Thu Aug 25 07:57:35 2016 +0000
+++ b/mk/platform/SunOS.mk Thu Aug 25 12:08:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.71 2016/03/11 23:54:09 khorben Exp $
+# $NetBSD: SunOS.mk,v 1.72 2016/08/25 12:08:29 jperkin Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -24,6 +24,7 @@
SERIAL_DEVICES?= /dev/null
ULIMIT_CMD_datasize?= ulimit -d `${SETENV} LC_MESSAGES=C ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `${SETENV} LC_MESSAGES=C ulimit -H -s`
+ULIMIT_CMD_cputime?= ulimit -t `${SETENV} LC_MESSAGES=C ulimit -H -t`
ULIMIT_CMD_memorysize?= ulimit -v `${SETENV} LC_MESSAGES=C ulimit -H -v`
USERADD?= /usr/sbin/useradd
Home |
Main Index |
Thread Index |
Old Index