According to Ron A MacKool: > Ok, so now that I run these commands from /opt/htdig3.1.6 as: > patch -p0 < /tmp/Makefile.0 > It reports..."Looks like a unified context diff. > I can't seem to find a patch in there anywhere. > I think it actually gets applied but the message isn't intuitive because if I > try to reapply it, it recognizes that it's already applied > > But, when I run patch -p1 < /tmp/ssl.9 > It prompts: File to patch: > I respond with "Makefile.config.in" because that appears to be what is in the > text of ssl.9 > It reports Hunk #2-22 and 24-37 failed at line ?. (where ? is a different line > #) > Then it says 35 out of 37 hunks failed: (It saves the rejects) > > Why do I not have a good feeling about the result of this patch attempt?
Because it means you'll have to install another program... I recommend installing the GNU patch command and using that instead of the one that comes with Solaris. The Solaris patch command can't properly handle unified diffs, even though it does correctly detect them initially. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

