Re: git: 1d577bedbae8 - main - unbound: Fix config file path

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Wed, 18 Jan 2023 15:36:33 UTC

> On 18 Jan 2023, at 16:34, Rodney W. Grimes <freebsd@gndrsh.dnsmgr.net> wrote:
> 
> No, otis fixed it thus:
> -#define CONFIGFILE "/usr/local/etc/unbound/unbound.conf"
> +#define CONFIGFILE "/var/unbound/unbound.conf"
> 


> I am suggesting that it should be
> #define CONFIGFILE "/etc/unbound/unbound.conf"
> 
> ALL base system configuration files *should* be relative to /etc, not /var.
> 

Would this need any mtree changes or similar?

—
Juraj Lutter
otis@FreeBSD.org