pkgsrc/net/djbdnscurve6/patches/patch-src_hier.c
schmonz e34d18a0c9 Initial import of djbdnscurve6, a fork of djbdns combining
- IPv6 capabilities based on fehQlibs allowing the use of compactified
  IPv6 and LLU addresses,
- a CurveDNS secured query/response for dnscache based on NaCl with an
  adapted Matthew Dempsky patch,
- including improvements for CNAME caching, and
- allowing a qualification of DNS Name Servers.
- rbldns supporting now IPv6 addresses.
- tinydns using now compactified IPv6 addresses within the tinydns-data
  data file.

The decrypting djbdnscurve6 stub resolver can be used as standard lib
for other programs.
2019-01-05 06:20:19 +00:00

15 lines
426 B
C

$NetBSD: patch-src_hier.c,v 1.1 2019/01/05 06:20:19 schmonz Exp $
PKG_SYSCONFDIR support.
--- src/hier.c.orig 2018-02-20 19:34:32.000000000 +0000
+++ src/hier.c
@@ -6,7 +6,7 @@ extern void c(const char* home,const cha
void hier()
{
- c("/","etc","dnsroots.global",-1,-1,0644);
+ c(auto_home,"share/examples/djbdnscurve6","dnsroots.global",-1,-1,0644);
h(auto_home,-1,-1,02755);
d(auto_home,"bin",-1,-1,02755);