From c6bbe8ffdd8c8f53ac27ed61e99df244c738a93b Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 24 Oct 2008 10:30:50 -0600 Subject: Fix typo no -> not in avahi-daemon.conf.5 Signed-off-by: Lennart Poettering --- man/avahi-daemon.conf.5.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in index 8cc3450..e00a911 100644 --- a/man/avahi-daemon.conf.5.xml.in +++ b/man/avahi-daemon.conf.5.xml.in @@ -112,7 +112,7 @@ to bind to UDP port 5353. This effectively impedes other mDNS stacks from running on the host. Use this as a security measure to make sure that only Avahi is responsible for mDNS - traffic. Please note that we do no recommend running multiple + traffic. Please note that we do not recommend running multiple mDNS stacks on the same host simultaneously. This hampers reliability and is a waste of resources. However, to not annoy people this option defaults to "no".

-- cgit From a2ffd92ac85270b4ac30b889292e0f9c24bac98f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Dec 2008 20:29:28 +0100 Subject: Install only man pages to installed binaries. Original patch rom Stanislav Brabec. Re #222 --- man/Makefile.am | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 8f85f3c..7d08828 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -65,8 +65,11 @@ endif if HAVE_PYTHON man_MANS += \ - avahi-discover.1 \ avahi-bookmarks.1 +if HAVE_GTK +man_MANS += \ + avahi-discover.1 +endif endif endif @@ -233,16 +236,22 @@ EXTRA_DIST = \ if HAVE_DBUS +BSSH_LN = +if HAVE_GTK +if HAVE_GLIB +BSSH_LN += $(LN_S) bssh.1 bvnc.1 && +endif +endif install-exec-local: mkdir -p $(DESTDIR)/$(mandir)/man1 && \ cd $(DESTDIR)/$(mandir)/man1 && \ rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \ + $(BSSH_LN) \ $(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \ $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \ $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \ $(LN_S) avahi-publish.1 avahi-publish-address.1 && \ - $(LN_S) avahi-publish.1 avahi-publish-service.1 && \ - $(LN_S) bssh.1 bvnc.1 + $(LN_S) avahi-publish.1 avahi-publish-service.1 endif -- cgit From 1946f54fc6380ee57dcd3f2f491270c7b08a8479 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Dec 2008 21:02:44 +0100 Subject: allow/deny interfaces support Original patch from Skinkie. Heavily modified by Lennart Poettering. Closes #212. --- man/avahi-daemon.conf.5.xml.in | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) (limited to 'man') diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in index e00a911..08992fa 100644 --- a/man/avahi-daemon.conf.5.xml.in +++ b/man/avahi-daemon.conf.5.xml.in @@ -4,19 +4,19 @@ -