diff options
Diffstat (limited to 'dns/djbdns/files/patch-ab')
-rw-r--r-- | dns/djbdns/files/patch-ab | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dns/djbdns/files/patch-ab b/dns/djbdns/files/patch-ab index e608a047589f..3d73c91ab0ff 100644 --- a/dns/djbdns/files/patch-ab +++ b/dns/djbdns/files/patch-ab @@ -1,11 +1,16 @@ ---- hier.c.orig Sat Sep 23 17:37:08 2000 -+++ hier.c Sat Sep 23 17:37:52 2000 -@@ -2,7 +2,7 @@ +--- hier.c.orig Wed Apr 14 09:38:45 2004 ++++ hier.c Wed Apr 14 09:39:16 2004 +@@ -2,10 +2,10 @@ 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); +- h(auto_home,-1,-1,02755); +- d(auto_home,"bin",-1,-1,02755); ++ h(auto_home,-1,-1,0755); ++ d(auto_home,"bin",-1,-1,0755); + + c(auto_home,"bin","dnscache-conf",-1,-1,0755); + c(auto_home,"bin","tinydns-conf",-1,-1,0755); |