Patch patch

Pavel Machek (pavel@Elf.mj.gts.cz)
Sun, 27 Jul 1997 19:20:25 +0200


Hi!

I 'modified' my copy of linux kernel with rm -rf, so that I do not
store files that are not important to me (arch/* except i386, for
example). Later I found that it is unpatchable, even through patch
2.1's docs looked like it should work. -f option did not work too well
on missing files. I was forced to patch patch tool (which is pretty
messy one, what about rewrite? ;-).

But now I have bug, I have fix, but I do not know who to post it. I
know it is not too much related to kernel (except that bug may bite
you, too)...

Pavel

--- pch.c~ Tue Jun 1 03:54:19 1993
+++ pch.c Sun Jul 27 19:12:35 1997
@@ -177,6 +177,7 @@
if (force || batch) {
say1("No file to patch. Skipping...\n");
filearg[0] = savestr(bestguess);
+ skip_rest_of_patch = TRUE;
return TRUE;
}
ask1("File to patch: ");

-- 
I'm really pavel@atrey.karlin.mff.cuni.cz. 	   Pavel
Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).