1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
8 This file is part of avahi.
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.
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.
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
26 <manpage name="avahi-dnsconfd" section="8" desc="Unicast DNS server from mDNS/DNS-SD configuration daemon">
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>
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
48 <p><opt>-D | --daemonize</opt></p>
49 <optdesc><p>Daemonize after startup and redirect log messages to syslog.</p></optdesc>
53 <p><opt>-k | --kill</opt></p>
54 <optdesc><p>Kill an already running avahi-dnsconfd. (equivalent to sending a SIGTERM)</p></optdesc>
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>
63 <p><opt>-c | --check</opt></p>
64 <optdesc><p>Return 0 as return code when avahi-dnsconfd is already running.</p></optdesc>
68 <p><opt>-h | --help</opt></p>
69 <optdesc><p>Show help</p></optdesc>
73 <p><opt>-v | --version</opt></p>
74 <optdesc><p>Show version information </p></optdesc>
80 <section name="Files">
82 <p><file>@pkgsysconfdir@/dnsconf.action</file>: the script to run when a DNS server is found or removed.</p>
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>
91 <section name="Authors">
92 <p>The avahi developers <@PACKAGE_BUGREPORT@>; avahi is
93 available from <url href="@PACKAGE_URL@"/></p>
96 <section name="See also">
98 <manref name="avahi-daemon" section="8"/>, <manref name="dnsconf.action" section="8"/>
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>