On Mon, Apr 18, 2016 at 10:25:48AM -0500, Amit Kulkarni wrote: > > Thanks guys for the sysclean.ignore, I was going to ask for adding > /etc/doas.conf to the ignore :), but I can set it locally as well.
The default list of expected files (files which aren't reported as potentially "obsolete") is taken from a default install. Anything other is reported (if not present in sysclean.ignore). On a standard host, it could include lot of files in /etc... but sysclean wouldn't have any way to know if it is a wanted file (because you added it and still use it), or an old file (because for example you don't use anymore the associated program). So, as `/etc/doas.conf' isn't installed in a default install, you have added it manually. So you can add it too in /etc/sysclean.ignore :) Here is the logic behind. Note that /etc/hostname.* are installed during install but are reported with version 1.3 (whereas 1.1 doesn't). This problem will addressed in upcoming 1.4. Thanks for your interest. -- Sebastien Marie
