Author :
claudio
Date :
2025-02-11 14:44:52
Hash :dc62a47c Message :If rpki-client kills an rsync process via SIGTERM ignore the SIGTERM exit.
Do not treat that SIGTERM as an unexpected program termination that should
be reported and have rpki-client exit non-zero at the end of its run.
rsync intercepts the SIGTERM and exits but openrsync does not so this only
affects openrsync.
Problem noticed by job@
OK tb@