Re: [Exim] WISHLIST: program name indicating current job

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Paul Civati
日付:  
To: exim-users
題目: Re: [Exim] WISHLIST: program name indicating current job
Andrey Novikov <novikov@???> wrote:

> It whould be very usefull to see with ps ax what each
> instance of exim is doing right now (like sendmail does).


AIUI this is a bit of a non-portable hack, ie. it fiddles with argv[0]
and will work for BSD ps, but not SYSV ps.

-Paul-