From owner-freebsd-current Mon Apr 29 14:37:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA16946 for current-outgoing; Mon, 29 Apr 1996 14:37:35 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA16941 for ; Mon, 29 Apr 1996 14:37:30 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA00841; Tue, 30 Apr 1996 07:31:12 +1000 Date: Tue, 30 Apr 1996 07:31:12 +1000 From: Bruce Evans Message-Id: <199604292131.HAA00841@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.tfs.com Subject: Re: Files installed to /etc, (was: review request) Cc: current@freebsd.org, jkh@time.cdrom.com, wosch@cs.tu-berlin.de Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Isn't the problem here that all of these things should be put in another >directory, from which the root can copy them to /etc if he wants to ? >The only two cases in which we actually populate /etc are: > a) initial install or upgrade. > b) explicit command from root. >How about making all installs into /etc end up in /usr[*]etc instead, >and then have one target in a makefile somewhere that would wack everything >from there to /etc, if that is what the "root" wants ? Root could copy from /usr/[*]etc, but install should install /usr/[*]etc and /etc separately to get the install semantics right. >[*] could be something like > / except that the historial luggage of /usr/etc is bad. :-). >The cost would be 416 Kb in the /usr filesystem, and one benefit would Less than half that without *.db and `magic'. Bruce