Subject: Re: login_cap(2)
To: None <itojun@iijlab.net>
From: john heasley <heas@shrubbery.net>
List: current-users
Date: 01/23/2001 18:30:14
Wed, Jan 24, 2001 at 11:13:35AM +0900, itojun@iijlab.net:
> 
> >> Set your limits in /etc/rc.
> >that is my temp soluton, but is just duct tape.
> >imho, it should not have been committed, since it doesnt work.
> 
> 	i think it should have came with sane /etc/login.conf file.
> 	i wonder why this is not bringed in.
> 
> itojun

none was installed during installation from cdrom w/ the last sparc
iso image.  lack of /etc/login.conf produces the same defaults/settings
as boot-time processes get.  i have this currently, partcially swipped
from a freebsd box.

default:\
	:coredumpsize=unlimited:\
	:cputime=unlimited:\
	:datasize=unlimited:\
	:filesize=unlimited:\
	:maxproc=unlimited:\
	:memorylocked=unlimited:\
	:memoryuse=unlimited:\
	:nologin=/etc/nologin:\
	:openfiles=unlimited:\
	:priority=0:\
	:stacksize=unlimited:\
	:term=vt100:\
	:welcome=/etc/motd:

root:\
	:coredumpsize=unlimited:\
	:cputime=unlimited:\
	:datasize=unlimited:\
	:filesize=unlimited:\
	:ignorenologin:\
	:maxproc=unlimited:\
	:memorylocked=unlimited:\
	:memoryuse=unlimited:\
	:nologin=/etc/nologin:\
	:openfiles=unlimited:\
	:priority=0:\
	:stacksize=unlimited:\
	:term=vt100:\
	:welcome=/etc/motd:
#	:tc=default: