Commit Graph

22 Commits

Author SHA1 Message Date
Dmitrij Tejblum
0aba3bf3d2 Fix typo: s/;/:/
PR:		conf/7964
PR:		conf/7966
Submitted by:	Zach Heilig <zach@gaffaneys.com>
Submitted by:	Jos Backus <Jos.Backus@nl.origin-it.com>
1998-09-17 17:02:39 +00:00
Mike Smith
a4b3203d07 Effectively disable resource limit setting by default, leaving the
original contents of the file preserved as examples for administrators
that need to enable them.

Also add a comment to the examples pointing out that the authentication
functionality is largely unused and requires rebuilding libutil.

Reviewed by:	jkh
1998-09-16 19:18:36 +00:00
Steve Price
0f95e128c2 Remove extraneous trailing \'s.
PR:		5949
Submitted by:	Studded@dal.net
1998-03-09 03:01:47 +00:00
Andrey A. Chernov
a587a35bbd Expand default datasize to 22M, perl5 & pine are usual memory eaters 1997-12-03 01:12:48 +00:00
David E. O'Brien
d297e64f8c Revisions 1.14 and 1.9.2.3 fixed PR conf/5127. 1997-12-01 21:18:39 +00:00
Steve Price
50452e08a0 datasize-curr -> datasize-cur, typo fix.
PR:		5152
Submitted by:	owaki@st.rim.or.jp
1997-11-27 17:52:52 +00:00
Andrey A. Chernov
e938d5b7f0 daemon: bump maxproc from 256 to 512
256 means f.e. that only 256 users at once can be served by your HTTPD
1997-09-26 00:19:53 +00:00
Peter Wemm
b3c369b3c6 Further tweak to 'daemon' so that the hard limit for coredumpsize
is not set to zero, only the soft limit.  This means that non-root
processes started from /etc/rc* can explicitly raise the coredump limit
if they wish.
1997-09-23 14:14:10 +00:00
Peter Wemm
e97173f788 Raise some of the 'daemon' class limits as used by things started
from /etc/rc, including inetd and it's children, stuff from
/usr/local/etc/rc.d (eg: squid, apache).  The default limits are causing
a lot of problems including things like fsck failing on large disks.
I hope I've understood the quirks of the override mechanism properly.
1997-09-23 03:09:51 +00:00
Guido van Rooij
3afd214946 Fix typo 1997-07-11 22:11:13 +00:00
Andrey A. Chernov
b8c01a853d Fix "daemon" class, Apache not works from /etc/rc otherwise.
Among bumping several limits, most interesting thing is that
Apache requires than "filesize=64M" restriction must be removed.
I think it is due to mmap() usage in apache, but I am not shure.
1997-05-23 12:46:52 +00:00
Paul Traina
4b2fab7504 Restore backwards compatible default behavior for requirehome 1997-05-23 00:14:27 +00:00
Gary Palmer
3d56159856 Correct comment to show correct path to cap_mkdb 1997-05-19 00:03:48 +00:00
Andrey A. Chernov
c98b0d480a Add 'russian' users class 1997-05-01 21:25:34 +00:00
Andrey A. Chernov
08d3f12ca2 Remove term=dumb from default entry: ovverrides TERM variable for login 1997-03-20 13:41:16 +00:00
Andrey A. Chernov
8aa5c4525c Fix typing error in default class: rc= instead of tc= 1997-02-26 23:41:33 +00:00
Andrey A. Chernov
1833488df9 For root & daemon classes bump max openfiles to 1024 to really activate
bumped select limit
1997-02-26 23:20:11 +00:00
Peter Wemm
79403fe300 Revert $FreeBSD$ to $Id$ 1997-02-23 09:21:14 +00:00
David Nugent
07e23a12b8 Made more reasonable as a set of defaults. Remove cruft, fix a couple
of errors and eliminate cap_mkdb errors. Closes PR misc/2551.
1997-01-22 03:33:55 +00:00
Jordan K. Hubbard
1130b656e5 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
David Nugent
4387f78ffa 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.
1997-01-11 16:08:53 +00:00
David Nugent
0bc1c71450 Adds a template/example login.conf, login class capabilities database. 1997-01-11 06:47:56 +00:00