[Citadel Development] Re: crashdetect..

2009-04-09 Thread scianos
Hi - I would second keeping 0 as the exit code. This is "standard knowledge" and would significantly increase needless questions... as well as possibly "turn off" those new to Citadel due to the initial stress caused by using the non-standard values in the first place. - Stu > Mon Apr 06 2

[Citadel Development] Re: crashdetect..

2009-04-06 Thread IGnatius T Foobar
As per my comments on irc earlier today ... * I really think it's a bad idea to throw away 30 years of unix tradition by declaring some value other than 0 to be the non-failure exit code. This will certainly mess up a lot of third-party scripts out there. * If we have the need for

[Citadel Development] Re: crashdetect..

2009-04-06 Thread dothebart
> Mi Apr 01 2009 12:20:59 EDT von IGnatius T Foobar <> Betreff: Re: >crashdetect.. > >The normal exit path is through master_cleanup() in citserver.c, line >231 if it's an error-free shutdown. exit(exitcode) where exitcode == 0. > > > > > > since there probably is no way to chan

[Citadel Development] Re: crashdetect..

2009-04-01 Thread IGnatius T Foobar
The normal exit path is through master_cleanup() in citserver.c, line 231 if it's an error-free shutdown. exit(exitcode) where exitcode == 0.