summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-01-11 16:08:53 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-01-11 16:08:53 +0000
commit4387f78ffac6f5377d0229704629bd7ef857c9e7 (patch)
tree4867a57b01b9412f036a9deb8d9db9205d7103c7
parent9abd8172b651245d99af0fe293ce44f92f26ca57 (diff)
Notes
-rw-r--r--etc/login.conf21
1 files 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