CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/08/14 09:12:00
Modified files: usr.sbin/rpki-client: extern.h main.c repo.c Log message: Add a SIGINFO handler which prints the current repository / entityq state. Also use the same repo_printinfo() code in the error cases where rpki-client aborts because work was not finished. OK tb@