"Ari Arantes Filho" <[EMAIL PROTECTED]> wrote:
> I've download a patch from Chris Johnson to control the envelope sender,
>but I don't know how to apply it???
Usually one uses the "patch" command.
> I would like to understand more about patchs and how to apply,
"man patch"
>create one
"man diff"
>and how it works. Where can I find documentation?
>
> I would like to apply other patch from "Frank DENIS aka Jedi/Sector One
>aka DJ Chrysalis <[EMAIL PROTECTED]>" to truncate the mailer-daemon failure notice,
>is it possible to apply 2 or 3 patches?
Sometimes. It's possible for patches to confict, e.g., both want to
change the same line to something different. Also, the "patch" command
can get confused when the file it's updating doesn't match the file
the diff was created from. In such cases, one can apply the diffs
manually.
>Is there an order to apply them?
Possibly.
-Dave