CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/06/14 03:54:15
Modified files: usr.sbin/rpki-client: main.c Log message: Do a fstatvfs() call to figure out if the filesystem used for the cache is large enough for the cache. People like to build VM images with way too small filesystems and so warning about this situation should help. With deraadt@ and job@