From owner-cvs-etc Tue Oct 8 13:01:09 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20275 for cvs-etc-outgoing; Tue, 8 Oct 1996 13:01:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20251; Tue, 8 Oct 1996 13:00:50 -0700 (PDT) Date: Tue, 8 Oct 1996 13:00:50 -0700 (PDT) From: Peter Wemm Message-Id: <199610082000.NAA20251@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc rc Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/08 13:00:49 Modified: etc rc Log: Some tweaks after having run a YP-only system with quotas: - split the "starting network daemons" in half. - The first half starts things necessary to get full name service up. - The quota check etc moved from "before network" to after the name services are running. quotacheck does a while(p=getpwent()) which isn't real good without YP running... - moved rwhod a little later to put it with the other network stuff. - deferred inetd a tad so that it's after ldconfig and dev_mkdb, otherwise you get logins before you're ready. Unresolved: named is started before ypserv/ypbind still, but named does a while(s = getservent()) and while (p=getprotoent()) to suck in the entire database into memory. This means you cannot have a "+" in the /etc/services or /etc/protocols files or you get a long hang at boot. Revision Changes Path 1.100 +19 -15 src/etc/rc From owner-cvs-etc Tue Oct 8 13:03:13 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20416 for cvs-etc-outgoing; Tue, 8 Oct 1996 13:03:13 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20390; Tue, 8 Oct 1996 13:03:00 -0700 (PDT) Date: Tue, 8 Oct 1996 13:03:00 -0700 (PDT) From: Peter Wemm Message-Id: <199610082003.NAA20390@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc rc Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/08 13:02:59 Modified: etc rc Log: Add a -p to the amd invocation, it's not optional since we are expecting the pid on stdout for /var/run/amd.pid. The example in sysconfig had forgotten -p anyway... Revision Changes Path 1.101 +2 -2 src/etc/rc From owner-cvs-etc Fri Oct 11 21:52:49 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25366 for cvs-etc-outgoing; Fri, 11 Oct 1996 21:52:49 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25267; Fri, 11 Oct 1996 21:51:11 -0700 (PDT) Date: Fri, 11 Oct 1996 21:51:11 -0700 (PDT) From: Nate Williams Message-Id: <199610120451.VAA25267@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc security Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/10/11 21:51:10 Modified: etc security Log: In the same manner that we log the ipfw entries, log the kernel log messages using the output of dmesg. Revision Changes Path 1.15 +17 -1 src/etc/security From owner-cvs-etc Fri Oct 11 21:58:00 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25671 for cvs-etc-outgoing; Fri, 11 Oct 1996 21:58:00 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25575; Fri, 11 Oct 1996 21:56:30 -0700 (PDT) Date: Fri, 11 Oct 1996 21:56:30 -0700 (PDT) From: Nate Williams Message-Id: <199610120456.VAA25575@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc security Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/10/11 21:56:29 Modified: etc security Log: Whoops, update the comment field while we're at it. (I *hate* the link to freefall!) Revision Changes Path 1.16 +2 -2 src/etc/security From owner-cvs-etc Sat Oct 12 18:12:15 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA19871 for cvs-etc-outgoing; Sat, 12 Oct 1996 18:12:15 -0700 (PDT) Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA19844; Sat, 12 Oct 1996 18:12:04 -0700 (PDT) Date: Sat, 12 Oct 1996 18:12:04 -0700 (PDT) From: David Greenman Message-Id: <199610130112.SAA19844@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/10/12 18:12:03 Modified: etc/etc.i386 MAKEDEV Log: Changed ttyc? and cuac? specifications to support multiple controllers. A "MAKEDEV ttyc0" now creates 32 units for controller 0, ttyc1 for controller 1, etc.. Revision Changes Path 1.124 +34 -18 src/etc/etc.i386/MAKEDEV