--- lib/PXElator/tftpd.pm 2010/10/09 18:23:29 547 +++ lib/PXElator/tftpd.pm 2010/10/09 20:06:44 548 @@ -40,6 +40,8 @@ use config; +$SIG{CHLD}='IGNORE'; + sub tftp_request { my $request = shift; @@ -85,6 +87,7 @@ store::audit( $opcode, $audit ); } + exit 0; } use server;