release
[hcoop/zz_old/debian/djbdns.git] / hier.c
1 #include "auto_home.h"
2
3 void hier()
4 {
5 c("/","etc","dnsroots.global",-1,-1,0644);
6
7 h(auto_home,-1,-1,02755);
8 d(auto_home,"bin",-1,-1,02755);
9
10 c(auto_home,"bin","dnscache-conf",-1,-1,0755);
11 c(auto_home,"bin","tinydns-conf",-1,-1,0755);
12 c(auto_home,"bin","walldns-conf",-1,-1,0755);
13 c(auto_home,"bin","rbldns-conf",-1,-1,0755);
14 c(auto_home,"bin","pickdns-conf",-1,-1,0755);
15 c(auto_home,"bin","axfrdns-conf",-1,-1,0755);
16
17 c(auto_home,"bin","dnscache",-1,-1,0755);
18 c(auto_home,"bin","tinydns",-1,-1,0755);
19 c(auto_home,"bin","walldns",-1,-1,0755);
20 c(auto_home,"bin","rbldns",-1,-1,0755);
21 c(auto_home,"bin","pickdns",-1,-1,0755);
22 c(auto_home,"bin","axfrdns",-1,-1,0755);
23
24 c(auto_home,"bin","tinydns-get",-1,-1,0755);
25 c(auto_home,"bin","tinydns-data",-1,-1,0755);
26 c(auto_home,"bin","tinydns-edit",-1,-1,0755);
27 c(auto_home,"bin","rbldns-data",-1,-1,0755);
28 c(auto_home,"bin","pickdns-data",-1,-1,0755);
29 c(auto_home,"bin","axfr-get",-1,-1,0755);
30
31 c(auto_home,"bin","dnsip",-1,-1,0755);
32 c(auto_home,"bin","dnsipq",-1,-1,0755);
33 c(auto_home,"bin","dnsname",-1,-1,0755);
34 c(auto_home,"bin","dnstxt",-1,-1,0755);
35 c(auto_home,"bin","dnsmx",-1,-1,0755);
36 c(auto_home,"bin","dnsfilter",-1,-1,0755);
37 c(auto_home,"bin","random-ip",-1,-1,0755);
38 c(auto_home,"bin","dnsqr",-1,-1,0755);
39 c(auto_home,"bin","dnsq",-1,-1,0755);
40 c(auto_home,"bin","dnstrace",-1,-1,0755);
41 c(auto_home,"bin","dnstracesort",-1,-1,0755);
42 }