diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-17 19:07:58 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-17 19:07:58 +0000 |
commit | b92d90de71fbbb34bdcd7269aa7b30856e0b4f06 (patch) | |
tree | 01ceeae41f49a333f0f1f2bff67b9d87ff68c32a /etc | |
parent | aa23ea9f5016dc87a065029a3cd785604ccc8edc (diff) |
bump default datasize to 75MB instead of 64MB. Allows XF4 to build (on amd64)
with new binutils without tweaking datasize. ok deraadt@ millert@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/login.conf b/etc/login.conf index 289155d769a..2871fb1b245 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.14 2003/05/13 04:10:12 mho Exp $ +# $OpenBSD: login.conf,v 1.15 2004/05/17 19:07:57 drahn Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -41,7 +41,7 @@ default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\ :umask=022:\ :datasize-max=256M:\ - :datasize-cur=64M:\ + :datasize-cur=75M:\ :maxproc-max=128:\ :maxproc-cur=64:\ :openfiles-cur=64:\ @@ -69,7 +69,7 @@ daemon:\ # Staff have fewer restrictions and can login even when nologins are set. # staff:\ - :datasize-cur=64M:\ + :datasize-cur=75M:\ :datasize-max=infinity:\ :maxproc-max=256:\ :maxproc-cur=128:\ |