clean up and document the LRU stuff better
authorespie <espie@openbsd.org>
Sun, 15 May 2022 08:58:33 +0000 (08:58 +0000)
committerespie <espie@openbsd.org>
Sun, 15 May 2022 08:58:33 +0000 (08:58 +0000)
commit2f1a7887b0837d24e28a23c76a4c4f20a93a5751
treec763ea47efc1539af7c9be615e31ace9203a501c
parentb9b382d5d72cf6b649a7890fb20c6853d851b43e
clean up and document the LRU stuff better
- create a separate path when we don't want history
- add a dummy entry to see the threshold between changed and unchanged
in verbose mode
- document better the various stuff that gets separated
- error out in case we want history (by default) and anything goes wrong
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm