From: Lennart Poettering Date: Tue, 5 Jan 2016 13:18:18 +0000 (+0100) Subject: resolved: move trust anchor files to /etc/dnssec-trust-anchors.d/ X-Git-Tag: v229~170^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d179acb9f50dec4a16c6c222dd147d7e53c6bb;p=thirdparty%2Fsystemd.git resolved: move trust anchor files to /etc/dnssec-trust-anchors.d/ These files are not specific to resolved really, and this is then more in-line with how /etc/sysctl.d and suchlike is handled. --- diff --git a/src/resolve/resolved-dns-trust-anchor.c b/src/resolve/resolved-dns-trust-anchor.c index 13083b6d8dc..432a8a64551 100644 --- a/src/resolve/resolved-dns-trust-anchor.c +++ b/src/resolve/resolved-dns-trust-anchor.c @@ -35,7 +35,7 @@ #include "string-util.h" #include "strv.h" -static const char trust_anchor_dirs[] = CONF_PATHS_NULSTR("systemd/dnssec-trust-anchors.d"); +static const char trust_anchor_dirs[] = CONF_PATHS_NULSTR("dnssec-trust-anchors.d"); /* The DS RR from https://data.iana.org/root-anchors/root-anchors.xml, retrieved December 2015 */ static const uint8_t root_digest[] =