On Sun, Jul 20, 2008 at 03:15:16PM +0200, Giuseppe Sacco wrote: > package hylafax-server > fixed 405249 2:4.4.0-1 > thanks > > Hi Paolo, > new version of hylafax fixes this problem on faxinfo using this code: ...
> So, I think this bug should heve been closed long ago. hm, checking cvs upstream, faxinfo seems ok, but not so 'other utils', as the bug subject says, ie faxalter, faxstat, faxcover, faxrm. The problem is the prototype they use: int main(int argc, char** argv) { NLS::Setup("hylafax-client"); faxStatApp app; app.run(argc, argv); return 0; } so the exit code is always 0 regardless of the actual rc of app.run. I changed that in eg faxlter like: int main(int argc, char** argv) { faxAlterApp app; return (app.run(argc, argv)); } Since the bugrep talks about faxinfo and other utils, I think it cannot be closed since the fix seems limited to faxinfo alone. thanks -- paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]