Re: Patches??

From: Jeremy Elson (jelson@blaze.cs.jhu.edu)
Date: 03/11/96


>    I seem to be having problems using the patch from lev 9 to 10...  I'm on
> a Sun 3 running SunOS 4.1.1, and I type the following in the root directory:
>         gunzip patchbpl9-bpl10.gz | patch -p0
> and it promptly returns saying "Hmm....  Can't seem to find a patch in there.
> Any ideas?  If so, please inform me... I'd really hate to go through all the
> code that I've changed in pl9 and manually replace it...  Thanks!

Either type

   gunzip -c patchbpl9-bpl10.gz | patch

OR

   gunzip patchbpl9-bpl10.gz
   patch < patchbpl9-bpl10



This archive was generated by hypermail 2b30 : 12/07/00 PST