CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/11 12:59:23
Modified files:
usr.sbin/rpki-client: http.c main.c parser.c rsync.c
Log message:
Refactor on how the subprocesses are started.
Move the unveil and pledges to the actuall subprocesses and put all the
common code to start these into process_start(). Reduces the lenght of
main() a fair bit.
OK tb@
