From owner-cvs-sbin Sun Jan 19 08:49:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA08485 for cvs-sbin-outgoing; Sun, 19 Jan 1997 08:49:16 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA08478; Sun, 19 Jan 1997 08:49:15 -0800 (PST) Date: Sun, 19 Jan 1997 08:49:15 -0800 (PST) From: David Nugent Message-Id: <199701191649.IAA08478@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/init Makefile init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/01/19 08:49:14 Modified: sbin/init Makefile init.c Log: Impose login_cap resource limits on processes started by init. /etc/rc started with "daemon" settings. "window=" started with "default" settings gettys started with "default" settings. This should open the way to junk kernel options MAX_{OPEN,CHILD} and the corresponding sysctl vars. Revision Changes Path 1.10 +1 -1 src/sbin/init/Makefile 1.13 +31 -0 src/sbin/init/init.c