On Mon, Nov 15, 2021 at 02:55:35PM +0100, Marcus MERIGHI wrote:
> Hello, 
> 
> [...]
> > +A more detailed cleanup can be done with the aid of the sysclean package.
> 
> FWIW, sysclean(8) (that I just ran) did not remove
> 
>         /etc/fonts/conf.d/70-no-bitmaps.conf
> 

it will, when snapshots will be up to date (and sets list in sync).

sysclean is using locate database installed by the snapshots. you
could check the content of this database with:

$ locate -d /usr/X11R6/lib/locate/xorg.db '70-no-bitmaps.conf'
xbase70:/etc/fonts/conf.avail/70-no-bitmaps.conf
xetc70:/etc/fonts/conf.d/70-no-bitmaps.conf

$ sysctl kern.version
kern.version=OpenBSD 7.0-current (GENERIC.MP) #96: Sun Nov 14 09:45:13 MST 2021
    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP

it means that on amd64 snapshots from Sun Nov 14 (GENERIC.MP #96), the
file /etc/fonts/conf.d/70-no-bitmaps.conf still exists in xetc70
set. so sysclean will not report it as removable.

thanks.
-- 
Sebastien Marie

Reply via email to