summaryrefslogtreecommitdiff
path: root/dns/djbdns/files/patch-hier.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 18:00:40 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 18:00:40 +0000
commit262bfb02a2e561d1f8a923d876dd64a7db6477a0 (patch)
tree0b00c082fa21745e8e9fbfb384b569b5f7b284c3 /dns/djbdns/files/patch-hier.c
parentaudio/cmus: update to 2.5.1 (diff)
Rename dns/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363210
Diffstat (limited to 'dns/djbdns/files/patch-hier.c')
-rw-r--r--dns/djbdns/files/patch-hier.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/dns/djbdns/files/patch-hier.c b/dns/djbdns/files/patch-hier.c
new file mode 100644
index 000000000000..3d73c91ab0ff
--- /dev/null
+++ b/dns/djbdns/files/patch-hier.c
@@ -0,0 +1,16 @@
+--- 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,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);