]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: move trust anchor files to /etc/dnssec-trust-anchors.d/
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Jan 2016 13:18:18 +0000 (14:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Jan 2016 13:18:18 +0000 (14:18 +0100)
These files are not specific to resolved really, and this is then more
in-line with how /etc/sysctl.d and suchlike is handled.

src/resolve/resolved-dns-trust-anchor.c

index 13083b6d8dcfecf3b0209f4b422b5a2e1502b0f7..432a8a64551baaf707f981a3d5a07d6b1c8ed047 100644 (file)
@@ -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[] =