home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!news.u.washington.edu!serval!fili!hlu
- From: hlu@fili.eecs.wsu.edu (H.J. Lu)
- Newsgroups: comp.os.linux
- Subject: Re: Using patch
- Message-ID: <1992Aug29.221058.9730@serval.net.wsu.edu>
- Date: 29 Aug 92 22:10:58 GMT
- Article-I.D.: serval.1992Aug29.221058.9730
- References: <1992Aug29.032618.21762@athena.mit.edu>
- Sender: hlu@fili (H.J. Lu)
- Organization: Washington State University
- Lines: 15
-
- In article <1992Aug29.032618.21762@athena.mit.edu>, hammond@kwhpc.caseng.com (Kevin W. Hammond) writes:
- |> I applied patch 1 to 0.97 this morning, but had to manually answer Yes to each
- |> file it desired to patch. Is there a way for patch to do this automatically?
- |>
- |> The command I used was:
- |>
- |> patch < patch1
- |>
- |> I was in the /usr/src/linux directory.
- |>
-
- cd /usr/src
- patch -p0 < patch1
-
- H.J.
-