From a9e118b82c39b12695575229934af435058668a5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 7 Aug 2005 12:57:13 +0000 Subject: add dnsconfd man page git-svn-id: file:///home/lennart/svn/public/avahi/trunk@259 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- man/avahi-dnsconfd.8.xml.in | 107 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 man/avahi-dnsconfd.8.xml.in (limited to 'man/avahi-dnsconfd.8.xml.in') diff --git a/man/avahi-dnsconfd.8.xml.in b/man/avahi-dnsconfd.8.xml.in new file mode 100644 index 0000000..bd99f47 --- /dev/null +++ b/man/avahi-dnsconfd.8.xml.in @@ -0,0 +1,107 @@ + + + + + + + + + + + + avahi-dnsconfd [options] + avahi-dnsconfd --kill + avahi-dnsconfd --refresh + avahi-dnsconfd --check + avahi-dnsconfd --version + avahi-dnsconfd--help + + + +

avahi-dnsconfd connects to a running avahi-daemon and runs + the script @pkgsysconfdir@/dnsconf.action for each unicast DNS + server that is announced on the local LAN. This is useful for + configuring unicast DNS servers in a DHCP-like fashion with + mDNS.

+
+ + + + + + + + + + + + + + + + + + +
+ +

@pkgsysconfdir@/dnsconf.action: the script to run when a DNS server is found or removed.

+ +
+ +
+

SIGINT, SIGTERM, SIGQUIT: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.

+

SIGHUP: avahi-dnsconfd will refresh the DNS server data.

+
+ +
+

The avahi developers <@PACKAGE_BUGREPORT@>; avahi is + available from

+
+ +
+

+ , +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit