Guys, I'm trying to patch my Redhat 7.3's, 2.4.18-3 kernel to 2.4.19.I downloaded the patch into /usr/src/redhat/ directory and extracted it succesfully. Now when I issue the command "patch -i patch-2.4.19" it gives me the following,
[root@mail redhat]# patch -i patch-2.4.19
can't find file to patch at input line 4
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN linux-2.4.19/CREDITS linux-2.4.20/CREDITS
|--- linux-2.4.19/CREDITS Fri Aug 2 17:39:42 2002
|+++ linux-2.4.20/CREDITS Thu Nov 28 15:53:08 2002
--------------------------
File to patch:
Using other commands like cat, zcat or whatever turns in the same output, saying File to Patch . ??
What should I do next? what file does it talking about,
Sorry about the newbie question...
Thanks in advance.
[root@mail redhat]# patch -i patch-2.4.19
can't find file to patch at input line 4
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN linux-2.4.19/CREDITS linux-2.4.20/CREDITS
|--- linux-2.4.19/CREDITS Fri Aug 2 17:39:42 2002
|+++ linux-2.4.20/CREDITS Thu Nov 28 15:53:08 2002
--------------------------
File to patch:
Using other commands like cat, zcat or whatever turns in the same output, saying File to Patch . ??
What should I do next? what file does it talking about,
Sorry about the newbie question...
Thanks in advance.