Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 1995 09:57:21 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        terryl@CS.Stanford.EDU (Terry Lee)
Cc:        freebsd-hackers@FreeBSD.org (FreeBSD hackers)
Subject:   Re: installing a new snap
Message-ID:  <199504160757.JAA15934@uriah.heep.sax.de>
In-Reply-To: <Pine.SUN.3.91.950415162644.26066B-100000@Xenon.Stanford.EDU> from "Terry Lee" at Apr 15, 95 04:32:42 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Terry Lee wrote:
> 
> I'm worried that if there are any changes in the standard /etc, I won't 
> be getting them.

After the install:

mv /etc /etc.bak
tar -xvf /dev/rfd0   /* re-install old /etc */
diff -r /etc /etc.bak

Look if you're missing something important. :-/

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504160757.JAA15934>