Steve Pauly wrote:
> 
> The kernel howto says to do this from /usr/src:
> patch -p0 < patch-2.2.3
> 
> When I do this, it deviates from the howto and asks for the file to
> patch!!? I am lost as to what to do now. From other reading, it seems to
> hint that the patch file needs the absolute path to the code to be
> patched, but this does not seem reasonable.
> 

  Well, theres two ways it can be done, the patch can be run from either
just outside the directory, or inside the directory its patching,
chances are that if you attempt to patch from oputside the directory and
it asks you which file you wish to patch then the patch was meant to be
run within the directory. Give that a try and see what happens.
  Also, while the file is in gzip form you can patch with the following
command from either inside or outside depending on the characteristics
of the patch:
    zcat patch-2.2.3.tar.gz | patch -p
-- 
     S.Toms - [EMAIL PROTECTED] - http://www.primenet.com/~tomas
             S.u.S.E. Linux v6.0+ - Kernels 2.0.36/2.2.3
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to