[Rajesh Kumar Mallah]
> Hi can you help me with applying the patch
> i dunno much abt patch
>
> # patch -p0 < patch
> patch: **** malformed patch at line 7: PRIMARY);
It looks like a context patch. patch --help should tell you how to apply a
context patch. It will also tell you the basic syntax. Suppose I had a
patch in a file called foobar.patch. And the file I wanted to patch was
called foobar. I'd apply it like this:
patch foobar foobar.patch
Cheers,
// mark
-