pkgsrc/net/djbdns/patches/patch-aa
hubertf 7bd98f8786 Update to djbdns-1.02nb2. Changes:
* Remove accidentelly left files/patch-*
 * Use bzipped ipv6.diff instead of uncompressed one.
 * Put ${PREFIX} in {dnscache,axfrdns,pickdns,rbldns,tinydns,walldns}
   usage
   (example spoke of /${progname} directory)
 * Tell dnscache to look for dnsroots.global in ${PREFIX}/etc instead
   of /etc

Sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-29 16:42:54 +00:00

13 lines
334 B
Text

$NetBSD: patch-aa,v 1.1 2000/12/29 16:42:55 hubertf Exp $
--- hier.c.orig Thu Dec 28 16:35:18 2000
+++ hier.c Thu Dec 28 16:35:49 2000
@@ -2,7 +2,7 @@
void hier()
{
- c("/","etc","dnsroots.global",-1,-1,0644);
+ c(auto_home,"etc","dnsroots.global",-1,-1,0644);
h(auto_home,-1,-1,02755);
d(auto_home,"bin",-1,-1,02755);