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

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

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
 You can look in all the error.h files for a line that says   extern init errno;    remove it and towards the top you will see the all the includes and stuff well at the end of that put this #include    I Think this is all the patch does... - Original Message - From: Gilber