]> git.meshlink.io Git - catta/blob - man/avahi-dnsconfd.8.xml.in
add dnsconfd man page
[catta] / man / avahi-dnsconfd.8.xml.in
1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5 <!-- $Id$ -->
6
7 <!-- 
8   This file is part of avahi.
9  
10   avahi is free software; you can redistribute it and/or modify it
11   under the terms of the GNU Lesser General Public License as
12   published by the Free Software Foundation; either version 2.1 of the
13   License, or (at your option) any later version.
14  
15   avahi is distributed in the hope that it will be useful, but WITHOUT
16   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
18   Public License for more details.
19  
20   You should have received a copy of the GNU Lesser General Public
21   License along with avahi; if not, write to the Free Software
22   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23   USA.
24 -->
25
26   <manpage name="avahi-dnsconfd" section="8" desc="Unicast DNS server from mDNS/DNS-SD configuration daemon">
27
28         <synopsis>
29       <cmd>avahi-dnsconfd [<arg>options</arg>]</cmd>
30       <cmd>avahi-dnsconfd <opt>--kill</opt></cmd>
31       <cmd>avahi-dnsconfd <opt>--refresh</opt></cmd>
32       <cmd>avahi-dnsconfd <opt>--check</opt></cmd>
33       <cmd>avahi-dnsconfd <opt>--version</opt></cmd>
34       <cmd>avahi-dnsconfd<opt>--help</opt></cmd>
35         </synopsis>
36         
37     <description>
38       <p>avahi-dnsconfd connects to a running avahi-daemon and runs
39       the script <file>@pkgsysconfdir@/dnsconf.action</file> for each unicast DNS
40       server that is announced on the local LAN. This is useful for
41       configuring unicast DNS servers in a DHCP-like fashion with
42       mDNS.</p>
43         </description>
44         
45         <options>
46
47           <option>
48                 <p><opt>-D | --daemonize</opt></p>
49                 <optdesc><p>Daemonize after startup and redirect log messages to syslog.</p></optdesc>
50           </option>
51
52           <option>
53                 <p><opt>-k | --kill</opt></p>
54                 <optdesc><p>Kill an already running avahi-dnsconfd. (equivalent to sending a SIGTERM)</p></optdesc>
55           </option>
56
57           <option>
58                 <p><opt>-r | --refresh</opt></p>
59                 <optdesc><p>Tell an already running avahi-dnsconfd to refresh the DNS server data. (equivalent to sending a SIGHUP)</p></optdesc>
60           </option>
61
62           <option>
63                 <p><opt>-c | --check</opt></p>
64                 <optdesc><p>Return 0 as return code when avahi-dnsconfd is already running.</p></optdesc>
65           </option>
66
67           <option>
68                 <p><opt>-h | --help</opt></p>
69                 <optdesc><p>Show help</p></optdesc>
70           </option>
71
72           <option>
73                 <p><opt>-v | --version</opt></p>
74                 <optdesc><p>Show version information </p></optdesc>
75           </option>
76
77         </options>
78
79
80     <section name="Files">
81       
82       <p><file>@pkgsysconfdir@/dnsconf.action</file>: the script to run when a DNS server is found or removed.</p>
83     
84     </section>
85
86     <section name="Signals">
87       <p><arg>SIGINT, SIGTERM, SIGQUIT</arg>: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.</p>
88       <p><arg>SIGHUP</arg>: avahi-dnsconfd will refresh the DNS server data.</p>
89     </section>
90
91         <section name="Authors">
92           <p>The avahi developers &lt;@PACKAGE_BUGREPORT@&gt;; avahi is
93           available from <url href="@PACKAGE_URL@"/></p>
94         </section>
95         
96         <section name="See also">
97           <p>
98         <manref name="avahi-daemon" section="8"/>, <manref name="dnsconf.action" section="8"/>
99           </p>
100         </section>
101         
102         <section name="Comments">
103           <p>This man page was written using <manref name="xml2man" section="1"
104                   href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
105         </section>
106         
107   </manpage>