diff --git a/etc/login.conf b/etc/login.conf index 10659f2de797..a0e1abf45e4f 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -9,7 +9,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id$ +# $Id: login.conf,v 1.1 1997/01/11 06:47:56 davidn Exp $ # @@ -55,7 +55,7 @@ standard:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$ BLOCKSIZE=K EDITOR=/usr/bin/ee:\ :path=~/bin /bin /usr/bin /usr/local/bin:\ - :manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\ + :manpath=/usr/share/man /usr/local/man:\ :nologin=/etc/nologin:\ :coredumpsize=8M:\ :cputime=1h30m:\ @@ -65,13 +65,26 @@ standard:\ :memorylocked=4M:\ :memoryuse=8M:\ :openfiles=24:\ - :maxproc=26:\ - :priority=4:\ + :maxproc=32:\ + :priority=0:\ :requirehome:\ :umask=002:\ :ignoretime@:\ :tc=default: +# +# users of X (needs more resources!) +# +xuser:\ + :manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\ + :cputime=4M:\ + :stacksize=4M:\ + :filesize=8M:\ + :memoryuse=12M:\ + :openfiles=32:\ + :maxproc=48:\ + :tc=standard: + # # Staff users - few restrictions and allow login anytime