CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/12/06 02:27:12
Modified files: usr.sbin/rpki-client: extern.h main.c output.c rpki-client.8 Log message: Don't hardcode the cache directory for rpki-client. If started as root rpki-client will use the defaults for cache and output directory. If not started as root users need to provide both directories as arguments. While there switch from absolute path names to relative ones. For this the parser and rsync process do a chdir(2) to the cache directory on startup. OK benno@