RE: [toaster] Patching

2005-04-05 Thread Bill D'Anjou
Shupp [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 10:36 PM To: toaster@shupp.org Subject: Re: [toaster] Patching Tom Collins wrote: > On Apr 4, 2005, at 5:27 PM, Rick Macdougall wrote: > >> patch -p0 < patch.file >> >> etc >> >> You might want -p0

Re: [toaster] Patching

2005-04-04 Thread Bill Shupp
Tom Collins wrote: On Apr 4, 2005, at 5:27 PM, Rick Macdougall wrote: patch -p0 < patch.file etc You might want -p0 or -p1 depending on the patch type. You might or might not want to be in the same directory as the original files depending on the patch type. I always like to include the '--dry-

Re: [toaster] Patching

2005-04-04 Thread Tom Collins
On Apr 4, 2005, at 5:27 PM, Rick Macdougall wrote: patch -p0 < patch.file etc You might want -p0 or -p1 depending on the patch type. You might or might not want to be in the same directory as the original files depending on the patch type. I always like to include the '--dry-run' option to patch

Re: [toaster] Patching

2005-04-04 Thread Rick Macdougall
Michael Di Martino wrote: I know this is not the right list but my google searchs have come up empty. What is the proper syntax for patching code (software) on linux. For example I trying to patch mess833 but I havbe is the patch code.. How is that patch applied? Thanks in advance. Regards, Micha

[toaster] Patching

2005-04-04 Thread Michael Di Martino
I know this is not the right list but my google searchs have come up empty. What is the proper syntax for patching code (software) on linux. For example I trying to patch mess833 but I havbe is the patch code.. How is that patch applied? Thanks in advance. Regards, Michael Di Martino Director o

Re: [toaster] patching netqmail

2004-05-11 Thread Bill Shupp
John McCullough wrote: Iâd like some patches to the netqmail (from http://www.netqmail.org) package and Iâm having some problems. If this is not the right place for this query, please redirect me. Thanks. The patches Iâd like to add to the netqmail package are: The SPF patch

[toaster] patching netqmail

2004-05-11 Thread John McCullough
Iâd like some patches to the netqmail (from http://www.netqmail.org) package and Iâm having some problems.  If this is not the right place for this query, please redirect me.  Thanks.   The patches Iâd like to add to the netqmail package are:     The SPF patch for qmail:  htt

Re: [toaster] Patching

2003-12-02 Thread Eero Volotinen
> I tried to patch the files that need patching. and I got this: > > > > [EMAIL PROTECTED] tar]# patch < daemontools-0.76.errno.patch > > can't find file to patch at input line 4 > > Perhaps you should have used the -p or --strip option? > > The text leading up to this was: try patch -p0 <

Re: [toaster] Patching

2003-12-02 Thread John Johnson
: Gilberto J. Palau To: [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:47 PM Subject: [toaster] Patching Gang;   I tried to patch the files that need patching… and I got this:   [EMAIL PROTECTED] tar]# patch < daemontools-0.76.errno.patch can't find

[toaster] Patching

2003-12-02 Thread Gilberto J. Palau
Gang;   I tried to patch the files that need patching… and I got this:   [EMAIL PROTECTED] tar]# patch < daemontools-0.76.errno.patch can't find file to patch at input line 4 Perhaps you should have used the -p or --strip option? The text leading up to this was: ---