home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9378 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  821 b 

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!serval!fili!hlu
  2. From: hlu@fili.eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Using patch
  5. Message-ID: <1992Aug29.221058.9730@serval.net.wsu.edu>
  6. Date: 29 Aug 92 22:10:58 GMT
  7. Article-I.D.: serval.1992Aug29.221058.9730
  8. References: <1992Aug29.032618.21762@athena.mit.edu>
  9. Sender: hlu@fili (H.J. Lu)
  10. Organization: Washington State University
  11. Lines: 15
  12.  
  13. In article <1992Aug29.032618.21762@athena.mit.edu>, hammond@kwhpc.caseng.com (Kevin W. Hammond) writes:
  14. |> I applied patch 1 to 0.97 this morning, but had to manually answer Yes to each
  15. |> file it desired to patch.  Is there a way for patch to do this automatically?
  16. |> 
  17. |> The command I used was:
  18. |> 
  19. |>     patch < patch1
  20. |> 
  21. |> I was in the /usr/src/linux directory.
  22. |> 
  23.  
  24. cd /usr/src
  25. patch -p0 < patch1
  26.  
  27. H.J.
  28.