pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Aug 25 12:08:29 UTC 2016
Modified Files:
pkgsrc/mk/platform: SunOS.mk
Log Message:
Support UNLIMIT_RESOURCES=cputime on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mk/platform/SunOS.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/SunOS.mk
diff -u pkgsrc/mk/platform/SunOS.mk:1.71 pkgsrc/mk/platform/SunOS.mk:1.72
--- pkgsrc/mk/platform/SunOS.mk:1.71 Fri Mar 11 23:54:09 2016
+++ pkgsrc/mk/platform/SunOS.mk Thu Aug 25 12:08:29 2016
@@ -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 @@ ROOT_USER?= root
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