From 4387f78ffac6f5377d0229704629bd7ef857c9e7 Mon Sep 17 00:00:00 2001 From: David Nugent Date: Sat, 11 Jan 1997 16:08:53 +0000 Subject: [PATCH] Added 'xuser' class entry point for X users (who need more resources). Increased default procs/file handles so that man will work in more situations. Other suggestions welcome, btw. --- etc/login.conf | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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