Re: [techtalk] .diff

2000-01-27 Thread Naomi Hospodarsky
Thanks, Kelly, that worked. >"patch < file.diff" usually works. If not, try >"patch -p0 < file.diff". Often there are instructions at the start of >the file. > >Kelly [EMAIL PROTECTED] http://www.linuxchix.org

Re: [techtalk] .diff

2000-01-27 Thread Kelly Lynn Martin
On Thu, 27 Jan 2000 09:15:14 -0600, Naomi Hospodarsky <[EMAIL PROTECTED]> said: >Hello all, I have what seems like a simple question what do I do >with a .diff file? It is a software patch, but I'm not sure how to >apply it. Any suggestions? "patch < file.diff" usually works. If not, tr