Hello, I recently needed to restore the file `/var/unbound/etc/unbound.conf`, which is in the base system, to its original version, and assumed I could get it out of one of the file sets, most likely `base75.tgz`. However the file is not present in base75.tgz and none of the other sets look like they ought to have it in. In the end I found the file I needed on GitHub, but I was curious as to how it gets put in my system if it's not in a file set.
I noticed the same with `/etc/ssh/sshd_config`. Are they generated after install time somehow? Or on first run of the service? I don't think I had run unbound(8) before. Jo