Martin Lambers wrote: > On Tue, 23 Sep 2014 21:10:56 +0200, Ángel González wrote: > > > On SIGTERM, SIGHUP, or SIGINT (CTRL+C), mpop already updates the > > > UIDLs file. See mpop.c lines 1358ff. So that should definitely > > > work, and it does for me. > > > > > > Are you maybe working on Windows? That system does not have signal > > > handling, and so this does not work. > > > > Windows supports catching SIGINT signal. > > There's no sigaction() function, so I assumed there is no signal > handling. A patch would be appreciated :-) > > Regards, > Martin
Yes, it only supports the older signal() interface (and just a few signals). I will cook a patch for that. Regards Ángel ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ mpop-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mpop-users
