Discussion:
Patching
Michael Di Martino
2005-04-04 22:57:40 UTC
Permalink
I know this is not the right list but my google searchs have come up empty.

I am looking for a good "how to" on patching

For example I trying to patch mess833 but all I I have is the patch code.. Just how are patches applied?

Thanks in advance.
R
Regards,
Michael Di Martino
Director of MIS
The telx Group
Office: 212 480 3300 X.2022
Cell: 646 207 6603
***@telx.com
--------------------------
Sent from my BlackBerry Wireless Handheld
Ken Jones
2005-04-05 14:48:39 UTC
Permalink
Post by Michael Di Martino
I know this is not the right list but my google searchs have come up empty.
I am looking for a good "how to" on patching
For example I trying to patch mess833 but all I I have is the patch code..
Just how are patches applied?
You'll need these things
1) the patch
2) the original code

Read the patch file, there might be patching instructions inside.

Then
1) untar the orginal code
2) apply the patch
Usually:
patch -p0 < patchfile

Hope that helps,
Ken Jones

Loading...