Imported Debian patch 1:1.05-8
[hcoop/zz_old/debian/djbdns.git] / debian / djbdns-man / tinydns-conf.8
CommitLineData
b4588d5c
GP
1.TH tinydns-conf 8
2
3.SH NAME
4tinydns-conf \- sets up a DNS publication service.
5
6.SH SYNOPSIS
7.B tinydns-conf
8.I acct
9.I logacct
10.I D
11.I ip
12
13.SH DESCRIPTION
14This is a reference page.
15For tutorial information, see the instructions for
16.br
17.B running a DNS server
18(http://cr.yp.to/djbdns/run-server.html).
19
20.B tinydns-conf
21creates a service directory
22.I D
23that runs
24.BR tinydns (8).
25The name
26.I D
27must start with a slash
28and must not contain any special characters.
29Normally
30.I D
31is
32.IR /etc/tinydns .
33
34You can run the service under
35.BR svscan (8)
36by using the
37.BR update-service (8)
38program on Debian GNU/Linux
39
40update-service --add
41.I D
42
43or by creating a symbolic link in the
44.BR svscan (8)
45directory (normally /service or /etc/service), e.g.:
46
47ln -s
48.I D
49/service
50
51The service will start within five seconds,
52and will be restarted upon reboot.
53You can use
54.BR svc (8)
55to control the service.
56
57.B tinydns-conf
58arranges for
59.BR tinydns (8)
60to chroot to
61.IR D /root
62and to run under the uid and gid of
63.IR acct .
64The name
65.I acct
66must not contain any special characters.
67
68.B tinydns-conf
69creates
70.IR D /root/Makefile
71to run
72.BR tinydns-data (8)
73upon request.
74
75.B tinydns-conf
76arranges for
77.BR tinydns (8)
78to listen for UDP packets on port 53 of
79.IR ip ,
80and to send outgoing packets from
81.IR ip .
82
83.B tinydns-conf
84creates an automatically rotated log directory in
85.IR D /log/main.
86The logs are owned by
87.IR logacct .
88The corresponding
89.IR multilog (8)
90processes run under the uid and gid of
91.IR logacct .
92The name
93.I logacct
94must not contain any special characters.
95
96.SH SEE ALSO
97tinydns(8),
98svscan(8),
99svc(8),
100multilog(8),
101axfrdns-conf(8),
102rbldns-conf(8),
103dnscache-conf(8),
104walldns-conf(8),
105update-service(8)
106
107http://cr.yp.to/djbdns.html