Re: [EXIM] wish list: exit number translation ?

Page principale
Supprimer ce message
Répondre à ce message
Auteur: James R Grinter
Date:  
À: exim-users
Sujet: Re: [EXIM] wish list: exit number translation ?
Ben Smithurst <ben@???> writes:
> src/transports/pipe.c (v2.04) ... (also describes signal names, but I
> haven't tested that bit. A lot of the signals probably don't need to


perror() and psignal(), or strerror() and strsignal() (or the arrays
they use - sys_errlist[] and sys_siglist[]) would probably be useful
here.

(although, if you've got a non-english LOCALE set then you'd probably
want to doublecheck what language the messages appear in.)

James.

--
*** Exim information can be found at http://www.exim.org/ ***