CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/02/11 07:44:52
Modified files: usr.sbin/rpki-client: rsync.c Log 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@