Do a fstatvfs() call to figure out if the filesystem used for the cache
authorclaudio <claudio@openbsd.org>
Mon, 14 Jun 2021 09:54:15 +0000 (09:54 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 14 Jun 2021 09:54:15 +0000 (09:54 +0000)
commitc97c4358f10340a5877285d314eee39cf8f118c5
treec2573b8cf3f144351f49bdd8a587be1ebf9a8440
parentbbd52f5561c33dabad194367221a46ab0a31ffda
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@
usr.sbin/rpki-client/main.c