]> git.meshlink.io Git - catta/blob - man/avahi-dnsconfd.8.xml.in
c74e1bab93f93887effc7692db7fbe48d5447904
[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         </synopsis>
34         
35     <description>
36       <p>avahi-dnsconfd connects to a running avahi-daemon and runs
37       the script <file>@pkgsysconfdir@/dnsconfd.action</file> for each unicast DNS
38       server that is announced on the local LAN. This is useful for
39       configuring unicast DNS servers in a DHCP-like fashion with
40       mDNS.</p>
41         </description>
42         
43         <options>
44
45           <option>
46                 <p><opt>-D | --daemonize</opt></p>
47                 <optdesc><p>Daemonize after startup and redirect log messages to syslog.</p></optdesc>
48           </option>
49
50           <option>
51                 <p><opt>-k | --kill</opt></p>
52                 <optdesc><p>Kill an already running avahi-dnsconfd. (equivalent to sending a SIGTERM)</p></optdesc>
53           </option>
54
55           <option>
56                 <p><opt>-r | --refresh</opt></p>
57                 <optdesc><p>Tell an already running avahi-dnsconfd to refresh the DNS server data. (equivalent to sending a SIGHUP)</p></optdesc>
58           </option>
59
60           <option>
61                 <p><opt>-c | --check</opt></p>
62                 <optdesc><p>Return 0 as return code when avahi-dnsconfd is already running.</p></optdesc>
63           </option>
64
65           <option>
66                 <p><opt>-h | --help</opt></p>
67                 <optdesc><p>Show help</p></optdesc>
68           </option>
69
70           <option>
71                 <p><opt>-v | --version</opt></p>
72                 <optdesc><p>Show version information </p></optdesc>
73           </option>
74
75         </options>
76
77     <section name="Files">
78       
79       <p><file>@pkgsysconfdir@/avahi-dnsconfd.action</file>: the script to run when a DNS server is found or removed.</p>
80     
81     </section>
82
83     <section name="Signals">
84       <p><arg>SIGINT, SIGTERM, SIGQUIT</arg>: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.</p>
85       <p><arg>SIGHUP</arg>: avahi-dnsconfd will refresh the DNS server data.</p>
86     </section>
87
88         <section name="Authors">
89           <p>The Avahi Developers &lt;@PACKAGE_BUGREPORT@&gt;; Avahi is
90           available from <url href="@PACKAGE_URL@"/></p>
91         </section>
92         
93         <section name="See also">
94           <p>
95         <manref name="avahi-daemon" section="8"/>, <manref name="avahi-dnsconfd.action" section="8"/>
96           </p>
97         </section>
98         
99         <section name="Comments">
100           <p>This man page was written using <manref name="xml2man" section="1"
101                   href="http://masqmail.cx/xml2man/"/> by Oliver Kurth.</p>
102         </section>
103         
104   </manpage>