Results 1 to 2 of 2
I tried to apply a kernel patch and found it was already installed. But in this message:
Code:
Reversed (or previously applied) patch detected! Assume -R? [n]
... what does ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-23-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 7
Patching: Assume ?
I tried to apply a kernel patch and found it was already installed. But in this message:
... what does "Assume -R" mean? And what would I respond if I wanted the re-apply the patch? Thanks.Code:Reversed (or previously applied) patch detected! Assume -R? [n]
- 08-23-2005 #2
The convention is generally to make diff's with the older file first:
UsingCode:diff -c foo.bar.orig foo.bar
tells patch to assume the person who wrote the diff messed up and did:Code:patch -R
Code:diff -c foo.bar foo.bar.orig


Reply With Quote
