Subject: Re: Upgrading from 1.4 using patches
To: Ian P. Thomas <ipthomas_77@yahoo.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-users
Date: 12/01/2001 21:27:39
On Sat, Dec 01, 2001 at 09:17:22AM -0500, Ian P. Thomas wrote:
> I wanted to download as little as possible. I only have a 56k connection and it seems like downloading the binary packs could take a while. Downloading the complete sets of sources for 1.4.3 would definitely take a while. I don't mind compiling on my end for each increment, this machine is pretty quick. From what I've read on some past mail, going from 1.4.3 is tricky. For that I'll use a different approach. So where can I apply these patches:
>
> diff-1.4-to-1.4.1.gz
> diff-1.4.1-to-1.4.2.gz
> diff-1.4.2-to-1.4.3.gz
Assuming you have the 1.4 sources extracted in /usr/src:
cd /usr/src
patch -p1 < /tmp/diff-1.4-to-1.4.1.gz
etc ...
Just a guess, I didn't try :)
--
Manuel Bouyer <bouyer@antioche.eu.org>
--