gnutls 3.8.11-1 reads /usr/etc/gnutls/config instead of /etc/gnutls/config
Description:
gnutls 3.8.11-1 reads (non-existing) /usr/etc/gnutls/config instead of /etc/gnutls/config.
Additional info:
With gnutls 3.8.10-1 an strace of wget shows:
newfstatat(AT_FDCWD, "/etc/gnutls/config", {st_mode=S_IFREG|0644, st_size=561, ...}, 0) = 0
openat(AT_FDCWD, "/etc/gnutls/config", O_RDONLY|O_CLOEXEC) = 3
With gnutls 3.8.11-1 it shows instead:
newfstatat(AT_FDCWD, "/usr/etc/gnutls/config", 0x7ffe04a61ae0, 0) = -1 ENOENT (No such file or directory)