https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254173
--- Comment #8 from commit-h...@freebsd.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e968616046a32e4ac7b98b2aa7935c3a64f66ada
commit e968616046a32e4ac7b98b2aa7935c3a64f66ada
Author:
On 11/11/2023 19:00, Roger Marquis wrote:
For those who are concerned about backup files being left in non-backup
directories this small script will cleanup .pkgsave files:
DBPATH=/var/db/pkgsave/`date +%G%m%d%H%M`
if [ ! -d $DBPATH ]; then
mkdir -p $DBPATH
fi
for f in `find