Subject: Re: ow to patch 1.3 sources to 1.3.1?
To: None <netbsd-users@NetBSD.ORG>
From: Zach Fine <czyz@u.washington.edu>
List: netbsd-users
Date: 05/10/1998 15:28:51
It looks like 'patch -p1 < netbsd-1.3-1.3.1.diff' worked.

I think it'd be nice if someone would stick a README or INSTALL in the
directory with the patch on the netbsd ftp site which spells out all
the steps and says something like the following:

gunzip netbsd-1.3-1.3.1.diff
mv netbsd-1.3-1.3.1.diff /usr/src/
cd /usr/src
patch -p1 < netbsd-1.3-1.3.1.diff

There are probably at least a few other people like me who didn't know
exactly how to use this file.  Seems odd to have no documentation.

-Zach Fine
czyz@u.washington.edu