From owner-freebsd-current Mon Apr 22 10:52:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22266 for current-outgoing; Mon, 22 Apr 1996 10:52:29 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA22261 for ; Mon, 22 Apr 1996 10:52:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id KAA09832; Mon, 22 Apr 1996 10:51:46 -0700 (PDT) To: "JULIAN Elischer" cc: nate@sri.MT.net, current@freebsd.org Subject: Re: What do folks think of the following patch? In-reply-to: Your message of "Mon, 22 Apr 1996 10:27:23 PDT." <199604221727.KAA19763@ref.tfs.com> Date: Mon, 22 Apr 1996 10:51:46 -0700 Message-ID: <9830.830195506@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I would like a make world to also install etc if the DESTDIR is not / > I often make images of systems and want /etc to be rebuilt as well, but > it never is.. Maybe once a little more work is done to "localize" the contents of /etc a bit more, I'll endorse this idea. Right now, however, there are a few too many /etc files that are often locally hacked and for which I wouldn't want to see the local changes go away. A successful automated merge would also take someone writing a script smart enough to do the job safely and reliably every single time, something I'm not going to hold my breath on - it's hard. Similarly, not updating your /etc/sysconfig but updating your /etc/netstart (say) can also get you into grief when some calling convention changes and you've now just broken yourself by updating only one half of the equation. However, here's another instance where my /etc/Makefile idea would help you - you could use it for keeping your own /etc migrated with each make world by hooking in some custom Elischer script to do the deed. :-) Jordan