On Mon, Feb 29, 2016 at 09:29:06AM +0100, Sebastien Marie wrote: > Hi, > > Here is a small tool I wrote to help me removing obsoletes files between > OpenBSD upgrades (snapshots or releases). > > It just prints filenames that aren't been installed with the system, > excluding severals directories (/home, /usr/local, ...) or libraries > that are currently used by packages. > > It works by comparing expected files (list from /usr/lib/locate/src.db, > /usr/X11R6/lib/locate/xorg.db, and packages files) with currently > installed files. > > Repository at: https://github.com/semarie/sysclean > > This version is a prerelease (1.0beta), as feedback would be welcome > before releasing a proper 1.0 version. > > OK to import (when tree would be fully open) ?
Out of curiosity, any reason you did not want to "enhance" pkg_check? I think most of us have home-made clean scripts and it's be nice to have a native tool. -- Antoine
