summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous trailing \'s.steve1998-03-091-3/+3
| | | | | PR: 5949 Submitted by: Studded@dal.net
* Expand default datasize to 22M, perl5 & pine are usual memory eatersache1997-12-031-2/+2
|
* Revisions 1.14 and 1.9.2.3 fixed PR conf/5127.obrien1997-12-011-1/+1
|
* datasize-curr -> datasize-cur, typo fix.steve1997-11-271-2/+2
| | | | | PR: 5152 Submitted by: owaki@st.rim.or.jp
* daemon: bump maxproc from 256 to 512ache1997-09-261-2/+2
| | | | 256 means f.e. that only 256 users at once can be served by your HTTPD
* Further tweak to 'daemon' so that the hard limit for coredumpsizepeter1997-09-231-2/+3
| | | | | | 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.
* Raise some of the 'daemon' class limits as used by things startedpeter1997-09-231-2/+4
| | | | | | | 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.
* Fix typoguido1997-07-111-2/+2
|
* Fix "daemon" class, Apache not works from /etc/rc otherwise.ache1997-05-231-6/+6
| | | | | | 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.
* Restore backwards compatible default behavior for requirehomepst1997-05-231-2/+2
|
* Correct comment to show correct path to cap_mkdbgpalmer1997-05-191-2/+2
|
* Add 'russian' users classache1997-05-011-1/+9
|
* Remove term=dumb from default entry: ovverrides TERM variable for loginache1997-03-201-2/+1
|
* Fix typing error in default class: rc= instead of tc=ache1997-02-261-2/+2
|
* For root & daemon classes bump max openfiles to 1024 to really activateache1997-02-261-3/+3
| | | | bumped select limit
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Made more reasonable as a set of defaults. Remove cruft, fix a coupledavidn1997-01-221-45/+47
| | | | of errors and eliminate cap_mkdb errors. Closes PR misc/2551.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Added 'xuser' class entry point for X users (who need more resources).davidn1997-01-111-4/+17
| | | | | Increased default procs/file handles so that man will work in more situations. Other suggestions welcome, btw.
* Adds a template/example login.conf, login class capabilities database.davidn1997-01-111-0/+232
OpenPOWER on IntegriCloud