Rex Dieter f22be5
From a69cafac1916223080d1ef8a5df1d0c59ab6f5e4 Mon Sep 17 00:00:00 2001
Rex Dieter f22be5
From: Jan Chaloupka <jchaloup@redhat.com>
Rex Dieter f22be5
Date: Mon, 25 Aug 2014 12:38:29 +0200
Rex Dieter f22be5
Subject: [PATCH] remove lennart prefix
Rex Dieter f22be5
Rex Dieter f22be5
---
Rex Dieter f22be5
 man/avahi-autoipd.8         |  2 +-
Rex Dieter f22be5
 man/avahi-autoipd.action.8  |  2 +-
Rex Dieter f22be5
 man/avahi-daemon.8          | 14 +++++++-------
Rex Dieter f22be5
 man/avahi-daemon.conf.5     |  2 +-
Rex Dieter f22be5
 man/avahi-dnsconfd.8        |  4 ++--
Rex Dieter f22be5
 man/avahi-dnsconfd.action.8 |  2 +-
Rex Dieter f22be5
 man/avahi.hosts.5           |  4 ++--
Rex Dieter f22be5
 man/avahi.service.5         |  4 ++--
Rex Dieter f22be5
 8 files changed, 17 insertions(+), 17 deletions(-)
Rex Dieter f22be5
Rex Dieter f22be5
diff --git a/man/avahi-autoipd.8 b/man/avahi-autoipd.8
Rex Dieter f22be5
index 034804c..862d25f 100644
Rex Dieter f22be5
--- a/man/avahi-autoipd.8
Rex Dieter f22be5
+++ b/man/avahi-autoipd.8
Rex Dieter f22be5
@@ -68,7 +68,7 @@ Show help.
Rex Dieter f22be5
 \fB-v | --version\f1
Rex Dieter f22be5
 Show version information.
Rex Dieter f22be5
 .SH FILES
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/avahi-autoipd.action\f1: the script to run when an IP address as been acquired or is lost.
Rex Dieter f22be5
+\fI/etc/avahi/avahi-autoipd.action\f1: the script to run when an IP address as been acquired or is lost.
Rex Dieter f22be5
 .SH SIGNALS
Rex Dieter f22be5
 \fISIGINT, SIGTERM\f1: avahi-autoipd will shutdown. (Same as \fB--kill\f1)
Rex Dieter f22be5
 
Rex Dieter f22be5
diff --git a/man/avahi-autoipd.action.8 b/man/avahi-autoipd.action.8
Rex Dieter f22be5
index 837a762..62b14a4 100644
Rex Dieter f22be5
--- a/man/avahi-autoipd.action.8
Rex Dieter f22be5
+++ b/man/avahi-autoipd.action.8
Rex Dieter f22be5
@@ -2,7 +2,7 @@
Rex Dieter f22be5
 .SH NAME
Rex Dieter f22be5
 avahi-autoipd.action \- avahi-autoipd action script
Rex Dieter f22be5
 .SH SYNOPSIS
Rex Dieter f22be5
-\fB/home/lennart/tmp/avahi/etc/avahi/avahi-autoipd.action
Rex Dieter f22be5
+\fB/etc/avahi/avahi-autoipd.action
Rex Dieter f22be5
 \f1
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
 \fIavahi-autoipd.action\f1 is the action script that is called whenever an IP address has been acquired by avahi-autoipd or when it detected an IP address conflict. The script should add or remove the specified address from the specified network interface.
Rex Dieter f22be5
diff --git a/man/avahi-daemon.8 b/man/avahi-daemon.8
Rex Dieter f22be5
index bbf2b43..1e5b9b2 100644
Rex Dieter f22be5
--- a/man/avahi-daemon.8
Rex Dieter f22be5
+++ b/man/avahi-daemon.8
Rex Dieter f22be5
@@ -13,11 +13,11 @@ avahi-daemon --check\fB
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
 The Avahi mDNS/DNS-SD daemon implements Apple's Zeroconf architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and static services using mDNS/DNS-SD and provides two IPC APIs for local programs to make use of the mDNS record cache the avahi-daemon maintains. First there is the so called "simple protocol" which is used exclusively by avahi-dnsconfd (a daemon which configures unicast DNS servers using server info published via mDNS) and nss-mdns (a libc NSS plugin, providing name resolution via mDNS). Finally there is the D-Bus interface which provides a rich object oriented interface to D-Bus enabled applications.
Rex Dieter f22be5
 
Rex Dieter f22be5
-Upon startup avahi-daemon interprets its configuration file \fI/home/lennart/tmp/avahi/etc/avahi/avahi-daemon.conf\f1 and reads XML fragments from \fI/home/lennart/tmp/avahi/etc/avahi/services/*.service\f1 which may define static DNS-SD services. If you enable \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1 the file \fI/etc/resolv.conf\f1 will be read, too.
Rex Dieter f22be5
+Upon startup avahi-daemon interprets its configuration file \fI/etc/avahi/avahi-daemon.conf\f1 and reads XML fragments from \fI/etc/avahi/services/*.service\f1 which may define static DNS-SD services. If you enable \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1 the file \fI/etc/resolv.conf\f1 will be read, too.
Rex Dieter f22be5
 .SH OPTIONS
Rex Dieter f22be5
 .TP
Rex Dieter f22be5
 \fB-f | --file=\f1 \fIFILE\f1
Rex Dieter f22be5
-Specify the configuration file to read. (default: /home/lennart/tmp/avahi/etc/avahi/avahi-daemon.conf)
Rex Dieter f22be5
+Specify the configuration file to read. (default: /etc/avahi/avahi-daemon.conf)
Rex Dieter f22be5
 .TP
Rex Dieter f22be5
 \fB-D | --daemonize\f1
Rex Dieter f22be5
 Daemonize after startup. Implies \fB--syslog\f1.
Rex Dieter f22be5
@@ -44,7 +44,7 @@ Don't change the process name while running. Unless this option is specified ava
Rex Dieter f22be5
 Kill an already running avahi-daemon. (equivalent to sending a SIGTERM)
Rex Dieter f22be5
 .TP
Rex Dieter f22be5
 \fB-r | --reload\f1
Rex Dieter f22be5
-Tell an already running avahi-daemon to reread \fI/etc/resolv.conf\f1 (in case you enabled \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1) the files from \fI/home/lennart/tmp/avahi/etc/avahi/services/\f1. Please note that this will not reload the \fI/home/lennart/tmp/avahi/etc/avahi/avahi-daemon.conf\f1. (equivalent to sending a SIGHUP)
Rex Dieter f22be5
+Tell an already running avahi-daemon to reread \fI/etc/resolv.conf\f1 (in case you enabled \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1) the files from \fI/etc/avahi/services/\f1. Please note that this will not reload the \fI/etc/avahi/avahi-daemon.conf\f1. (equivalent to sending a SIGHUP)
Rex Dieter f22be5
 .TP
Rex Dieter f22be5
 \fB-c | --check\f1
Rex Dieter f22be5
 Return 0 as return code when avahi-daemon is already running.
Rex Dieter f22be5
@@ -55,15 +55,15 @@ Show help
Rex Dieter f22be5
 \fB-v | --version\f1
Rex Dieter f22be5
 Show version information 
Rex Dieter f22be5
 .SH FILES
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/avahi-daemon.conf\f1: the default configuration file for avahi-daemon, \fBavahi-daemon.conf(5)\f1 for more information.
Rex Dieter f22be5
+\fI/etc/avahi/avahi-daemon.conf\f1: the default configuration file for avahi-daemon, \fBavahi-daemon.conf(5)\f1 for more information.
Rex Dieter f22be5
 
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/hosts\f1: additional static hostname mappings to publish in mDNS, see \fBavahi.hosts(5)\f1 for more information.
Rex Dieter f22be5
+\fI/etc/avahi/hosts\f1: additional static hostname mappings to publish in mDNS, see \fBavahi.hosts(5)\f1 for more information.
Rex Dieter f22be5
 
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/services/*.service\f1: static service definitions, see \fBavahi.service(5)\f1 for more information.
Rex Dieter f22be5
+\fI/etc/avahi/services/*.service\f1: static service definitions, see \fBavahi.service(5)\f1 for more information.
Rex Dieter f22be5
 .SH SIGNALS
Rex Dieter f22be5
 \fISIGINT, SIGTERM\f1: avahi-daemon will shutdown. (Same as \fB--kill\f1).
Rex Dieter f22be5
 
Rex Dieter f22be5
-\fISIGHUP\f1: avahi-daemon will reload unicast DNS server data from \fI/etc/resolv.conf\f1 and static service definitions from \fI/home/lennart/tmp/avahi/etc/avahi/services/\f1. (Same as \fB--reload\f1)
Rex Dieter f22be5
+\fISIGHUP\f1: avahi-daemon will reload unicast DNS server data from \fI/etc/resolv.conf\f1 and static service definitions from \fI/etc/avahi/services/\f1. (Same as \fB--reload\f1)
Rex Dieter f22be5
 
Rex Dieter f22be5
 \fISIGUSR1\f1: avahi-daemon will dump local and remote cached resource record data to syslog.
Rex Dieter f22be5
 .SH AUTHORS
Rex Dieter f22be5
diff --git a/man/avahi-daemon.conf.5 b/man/avahi-daemon.conf.5
Rex Dieter f22be5
index 0ebc9d4..edddc1e 100644
Rex Dieter f22be5
--- a/man/avahi-daemon.conf.5
Rex Dieter f22be5
+++ b/man/avahi-daemon.conf.5
Rex Dieter f22be5
@@ -2,7 +2,7 @@
Rex Dieter f22be5
 .SH NAME
Rex Dieter f22be5
 avahi-daemon.conf \- avahi-daemon configuration file
Rex Dieter f22be5
 .SH SYNOPSIS
Rex Dieter f22be5
-\fB/home/lennart/tmp/avahi/etc/avahi/avahi-daemon.conf
Rex Dieter f22be5
+\fB/etc/avahi/avahi-daemon.conf
Rex Dieter f22be5
 \f1
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
 \fIavahi-daemon.conf\f1 is the configuration file for avahi-daemon.
Rex Dieter f22be5
diff --git a/man/avahi-dnsconfd.8 b/man/avahi-dnsconfd.8
Rex Dieter f22be5
index 4ddee58..418ae36 100644
Rex Dieter f22be5
--- a/man/avahi-dnsconfd.8
Rex Dieter f22be5
+++ b/man/avahi-dnsconfd.8
Rex Dieter f22be5
@@ -11,7 +11,7 @@ avahi-dnsconfd --refresh\fB
Rex Dieter f22be5
 avahi-dnsconfd --check\fB
Rex Dieter f22be5
 \f1
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
-avahi-dnsconfd connects to a running avahi-daemon and runs the script \fI/home/lennart/tmp/avahi/etc/avahi/dnsconfd.action\f1 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.
Rex Dieter f22be5
+avahi-dnsconfd connects to a running avahi-daemon and runs the script \fI/etc/avahi/dnsconfd.action\f1 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.
Rex Dieter f22be5
 .SH OPTIONS
Rex Dieter f22be5
 .TP
Rex Dieter f22be5
 \fB-D | --daemonize\f1
Rex Dieter f22be5
@@ -35,7 +35,7 @@ Show help
Rex Dieter f22be5
 \fB-v | --version\f1
Rex Dieter f22be5
 Show version information 
Rex Dieter f22be5
 .SH FILES
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/avahi-dnsconfd.action\f1: the script to run when a DNS server is found or removed.
Rex Dieter f22be5
+\fI/etc/avahi/avahi-dnsconfd.action\f1: the script to run when a DNS server is found or removed.
Rex Dieter f22be5
 .SH SIGNALS
Rex Dieter f22be5
 \fISIGINT, SIGTERM\f1: avahi-dnsconfd will shutdown. This is issued by passing --kill to avahi-daemon.
Rex Dieter f22be5
 
Rex Dieter f22be5
diff --git a/man/avahi-dnsconfd.action.8 b/man/avahi-dnsconfd.action.8
Rex Dieter f22be5
index 0ad2676..3f2f16a 100644
Rex Dieter f22be5
--- a/man/avahi-dnsconfd.action.8
Rex Dieter f22be5
+++ b/man/avahi-dnsconfd.action.8
Rex Dieter f22be5
@@ -2,7 +2,7 @@
Rex Dieter f22be5
 .SH NAME
Rex Dieter f22be5
 avahi-dnsconfd.action \- avahi-dnsconfd action script
Rex Dieter f22be5
 .SH SYNOPSIS
Rex Dieter f22be5
-\fB/home/lennart/tmp/avahi/etc/avahi/avahi-dnsconfd.action
Rex Dieter f22be5
+\fB/etc/avahi/avahi-dnsconfd.action
Rex Dieter f22be5
 \f1
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
 \fIavahi-dnsconfd.action\f1 is the action script that is called whenever a new unicast DNS server is found or removed by avahi-dnsconfd. The default script as shipped with avahi patches \fI/etc/resolv.conf\f1 to reflect the changed unicast DNS server configuration.
Rex Dieter f22be5
diff --git a/man/avahi.hosts.5 b/man/avahi.hosts.5
Rex Dieter f22be5
index fe27077..dc4f73f 100644
Rex Dieter f22be5
--- a/man/avahi.hosts.5
Rex Dieter f22be5
+++ b/man/avahi.hosts.5
Rex Dieter f22be5
@@ -2,10 +2,10 @@
Rex Dieter f22be5
 .SH NAME
Rex Dieter f22be5
 avahi.hosts \- avahi-daemon static host name file
Rex Dieter f22be5
 .SH SYNOPSIS
Rex Dieter f22be5
-\fB/home/lennart/tmp/avahi/etc/avahi/hosts
Rex Dieter f22be5
+\fB/etc/avahi/hosts
Rex Dieter f22be5
 \f1
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/hosts\f1 is a file which may be used to define static host name to IP address mappings for multicast DNS. This is especially useful when publishing DNS-SD services on behalf of other hosts. See \fBavahi.service(5)\f1 for more information.
Rex Dieter f22be5
+\fI/etc/avahi/hosts\f1 is a file which may be used to define static host name to IP address mappings for multicast DNS. This is especially useful when publishing DNS-SD services on behalf of other hosts. See \fBavahi.service(5)\f1 for more information.
Rex Dieter f22be5
 
Rex Dieter f22be5
 The file format is similar to the one of \fI/etc/hosts\f1: on each line an IP address and the corresponding host name. The host names should be in FQDN form, i.e. with appended .local suffix.
Rex Dieter f22be5
 .SH AUTHORS
Rex Dieter f22be5
diff --git a/man/avahi.service.5 b/man/avahi.service.5
Rex Dieter f22be5
index 2ef8333..1775add 100644
Rex Dieter f22be5
--- a/man/avahi.service.5
Rex Dieter f22be5
+++ b/man/avahi.service.5
Rex Dieter f22be5
@@ -2,10 +2,10 @@
Rex Dieter f22be5
 .SH NAME
Rex Dieter f22be5
 avahi.service \- avahi-daemon static service file
Rex Dieter f22be5
 .SH SYNOPSIS
Rex Dieter f22be5
-\fB/home/lennart/tmp/avahi/etc/avahi/services/*.service
Rex Dieter f22be5
+\fB/etc/avahi/services/*.service
Rex Dieter f22be5
 \f1
Rex Dieter f22be5
 .SH DESCRIPTION
Rex Dieter f22be5
-\fI/home/lennart/tmp/avahi/etc/avahi/services/*.service\f1 are XML fragments containing static DNS-SD service data. Every service file can contain multiple service definitions which share the same name. This is useful for publishing service data for services which implement multiple protocols. (i.e. a printer implementing _ipp._tcp and _printer._tcp)
Rex Dieter f22be5
+\fI/etc/avahi/services/*.service\f1 are XML fragments containing static DNS-SD service data. Every service file can contain multiple service definitions which share the same name. This is useful for publishing service data for services which implement multiple protocols. (i.e. a printer implementing _ipp._tcp and _printer._tcp)
Rex Dieter f22be5
 .SH XML TAGS
Rex Dieter f22be5
 .TP
Rex Dieter f22be5
 \fB<service-group>\f1 The document tag of avahi service files. Should contain one \fB<name>\f1 and one or more \fB<service>\f1 elements.
Rex Dieter f22be5
-- 
Rex Dieter f22be5
1.9.3
Rex Dieter f22be5