Re: diff patch

2002-07-24 Thread Jud
7/23/2002 10:19:50 PM, "Brian T. Schellenberger" <[EMAIL PROTECTED]> wrote: >On Tuesday 23 July 2002 07:30 pm, Kevin Kinsey, DaleCo, S.P. wrote: >| patch diff.txt > orig.file > >Please don't top-post on this list. > >Also, that's not the right patch syntax. It's > >patch < diff-file > >(the pa

Re: diff patch

2002-07-23 Thread Brian T. Schellenberger
On Tuesday 23 July 2002 07:30 pm, Kevin Kinsey, DaleCo, S.P. wrote: | patch diff.txt > orig.file Please don't top-post on this list. Also, that's not the right patch syntax. It's patch < diff-file (the patch should have the source file to which it applies already embedded in the patch) If t

Re: diff patch

2002-07-23 Thread Kevin Kinsey, DaleCo, S.P.
patch diff.txt > orig.file HTH, KDK - Original Message - From: "Jon Reynolds" <[EMAIL PROTECTED]> To: "'questions@FreeBSD. ORG'" <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 5:45 PM Subject: diff patch > I am fairly new to FreeBSD

diff patch

2002-07-23 Thread Jon Reynolds
I am fairly new to FreeBSD and I am trying to figure out how to do a patch using a diff file. I have read the patch man page and this is what I am thinking I am going to type on the command line in the directory of the program to make it work: 'patch php-4.2.1 php-4.2.1-to-4.2.2.patch' Is this cor