aboutsummaryrefslogtreecommitdiff
path: root/hier.c
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2014-10-03 19:58:52 +0200
committerHenryk Plötz <henryk@ploetzli.ch>2014-10-03 19:58:52 +0200
commit0e5b2871ca6456b01d4bf037a6e68badf1ff1a41 (patch)
tree97b95b74c9618d85da9aa9451a55a819cd7b1c2e /hier.c
downloadtinydnssec-0e5b2871ca6456b01d4bf037a6e68badf1ff1a41.tar.gz
tinydnssec-0e5b2871ca6456b01d4bf037a6e68badf1ff1a41.tar.bz2
Initial commit of djbdns-1.05.tar.gz
Source was http://cr.yp.to/djbdns/djbdns-1.05.tar.gz, SHA1 2efdb3a039d0c548f40936aa9cb30829e0ce8c3d
Diffstat (limited to 'hier.c')
-rw-r--r--hier.c42
1 files changed, 42 insertions, 0 deletions
diff --git a/hier.c b/hier.c
new file mode 100644
index 0000000..4aef75b
--- /dev/null
+++ b/hier.c
@@ -0,0 +1,42 @@
+#include "auto_home.h"
+
+void hier()
+{
+ c("/","etc","dnsroots.global",-1,-1,0644);
+
+ h(auto_home,-1,-1,02755);
+ d(auto_home,"bin",-1,-1,02755);
+
+ c(auto_home,"bin","dnscache-conf",-1,-1,0755);
+ c(auto_home,"bin","tinydns-conf",-1,-1,0755);
+ c(auto_home,"bin","walldns-conf",-1,-1,0755);
+ c(auto_home,"bin","rbldns-conf",-1,-1,0755);
+ c(auto_home,"bin","pickdns-conf",-1,-1,0755);
+ c(auto_home,"bin","axfrdns-conf",-1,-1,0755);
+
+ c(auto_home,"bin","dnscache",-1,-1,0755);
+ c(auto_home,"bin","tinydns",-1,-1,0755);
+ c(auto_home,"bin","walldns",-1,-1,0755);
+ c(auto_home,"bin","rbldns",-1,-1,0755);
+ c(auto_home,"bin","pickdns",-1,-1,0755);
+ c(auto_home,"bin","axfrdns",-1,-1,0755);
+
+ c(auto_home,"bin","tinydns-get",-1,-1,0755);
+ c(auto_home,"bin","tinydns-data",-1,-1,0755);
+ c(auto_home,"bin","tinydns-edit",-1,-1,0755);
+ c(auto_home,"bin","rbldns-data",-1,-1,0755);
+ c(auto_home,"bin","pickdns-data",-1,-1,0755);
+ c(auto_home,"bin","axfr-get",-1,-1,0755);
+
+ c(auto_home,"bin","dnsip",-1,-1,0755);
+ c(auto_home,"bin","dnsipq",-1,-1,0755);
+ c(auto_home,"bin","dnsname",-1,-1,0755);
+ c(auto_home,"bin","dnstxt",-1,-1,0755);
+ c(auto_home,"bin","dnsmx",-1,-1,0755);
+ c(auto_home,"bin","dnsfilter",-1,-1,0755);
+ c(auto_home,"bin","random-ip",-1,-1,0755);
+ c(auto_home,"bin","dnsqr",-1,-1,0755);
+ c(auto_home,"bin","dnsq",-1,-1,0755);
+ c(auto_home,"bin","dnstrace",-1,-1,0755);
+ c(auto_home,"bin","dnstracesort",-1,-1,0755);
+}