summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-01-11 16:08:53 +0000
committerdavidn <davidn@FreeBSD.org>1997-01-11 16:08:53 +0000
commitaad3e50634d653ff32edb34a6dc3f896e1a8315a (patch)
tree4867a57b01b9412f036a9deb8d9db9205d7103c7 /etc/login.conf
parentc7070e2a23ef7ca724bc55236d7ac1643caba0b5 (diff)
downloadFreeBSD-src-aad3e50634d653ff32edb34a6dc3f896e1a8315a.zip
FreeBSD-src-aad3e50634d653ff32edb34a6dc3f896e1a8315a.tar.gz
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.
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf21
1 files changed, 17 insertions, 4 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 10659f2..a0e1abf 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
OpenPOWER on IntegriCloud