From owner-freebsd-current Sat Dec 7 12:03:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA08454 for current-outgoing; Sat, 7 Dec 1996 12:03:44 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id MAA08449 for ; Sat, 7 Dec 1996 12:03:41 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA27564; Sat, 7 Dec 1996 12:43:16 -0700 From: Terry Lambert Message-Id: <199612071943.MAA27564@phaeton.artisoft.com> Subject: Re: cvs commit: src/include utmp.h To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Sat, 7 Dec 1996 12:43:16 -0700 (MST) Cc: freebsd-current@freebsd.org In-Reply-To: <22065.849978642@time.cdrom.com> from "Jordan K. Hubbard" at Dec 7, 96 09:10:42 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 2. The mutable components of /etc made more friendly to automated > merges, this going as well for any system directory the average > user is likely to modify. This is simply a matter of allowing someone to make the necessary changes to seperate the data from the procedures which operate against it, and seperating the procedures into logical units. At the lowest level, this means going to an rc.d mechanism for per logical unit start/stop/status and ordering. You could support run levels at the same time, but it's not strictly necessary. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.