Subject: Re: /usr/src/etc/Makefile
To: None <cgd@postgres.berkeley.edu>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: current-users
Date: 03/29/1994 11:17:15
   there's no way to tell what's safe, and what's not, therefore
   it's best to just leave it out.

That's not quite true.

One approach would be to install two copies of the config files... one
in "/etc" and another in (say) "/etc/.stock".  If /etc/foo and
/etc/.stock/foo are bit-for-bit identical, you can just install the
new one without asking; otherwise, you do a three-way merge (under
human supervision, of course) using "diff" and "patch" at install
time, failing if there are any .rej files.

During the start of the install phase, you install the "new" config
files in /etc/.nstock; once the merge is successful, you move that to
/etc/.stock

				- Bill




------------------------------------------------------------------------------