CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/08 10:32:42
Modified files:
usr.sbin/rpki-client: main.c
Log message:
More cleanup of the main function. Use a loop to collect all childs with
waitpid() and print if they exited non-zero or by a signal. Also adjust
the poll hangup case to exit the poll loop instead of erroring out. This
way a crashed child should be reported before exit.
OK job@ tb@
