CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/24 08:39:21
Modified files:
usr.sbin/rpki-client: extern.h main.c
Log message:
Stop using rsync --delete when syncing up with the CA repos. Instead
use the files referenced in the manifests to build up a list of files
to keep and remove anything that is not in the list after doing the
full computation.
OK job@ benno@
