Date: Fri, 3 Jul 1998 13:54:11 -0700 (PDT) From: Thomas Dean <tomdean@ix.netcom.com> To: dcooper@fvt.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Questions on the subject buildworld subject Message-ID: <199807032054.NAA02996@ix.netcom.com> In-Reply-To: <001301bda6bc$1b208360$0201a8c0@pell.fvt.com> (dcooper@fvt.com)
next in thread | previous in thread | raw e-mail | index | archive | help
If you have /etc and /etc.old. Then, do a diff on each pair of files to see the changes. See 'man diff' I created a directory /etc.old and used tar to copy the files from /etc into /etc/old. For example, 'diff /etc/file1 /etc.old/file1' will show the changes necessary to chamge /etc/file into /etc.old/file1. Create a couple of small files with minor differences, like a spelling on line 1 and a missing line 3. Then run diff and see the output. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807032054.NAA02996>