From owner-cvs-all Tue Mar 16 20: 0:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11E1114C4B; Tue, 16 Mar 1999 20:00:23 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA52461; Tue, 16 Mar 1999 20:00:05 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903170400.UAA52461@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 16 Mar 1999 20:00:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/16 20:00:04 PST Modified files: etc rc etc/defaults rc.conf Log: Split check_quotas into check_quotas and enable_quotas enable_quotas - use quotas on your system check_quotas - check for violations on startup By assuming that a system was neat and without violation before it booted we can skip a long (and at that point needless) process. Submitted by: Alex Perel Revision Changes Path 1.183 +14 -7 src/etc/rc 1.4 +3 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message