From b4bac198b4910496b8f77110b0ceec83dbd40e3b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 12 Nov 2005 18:55:52 +0000 Subject: * add LGPL blurbs to some more files shipped with avahi * add a line pointing to the respective man pages in the configuration files * comment most lines in the configuration file, since they're set to the defaults git-svn-id: file:///home/lennart/svn/public/avahi/trunk@948 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/AddressResolver.introspect | 24 ++++++++++++-- avahi-daemon/DomainBrowser.introspect | 24 ++++++++++++-- avahi-daemon/EntryGroup.introspect | 24 ++++++++++++-- avahi-daemon/HostNameResolver.introspect | 24 ++++++++++++-- avahi-daemon/Server.introspect | 24 ++++++++++++-- avahi-daemon/ServiceBrowser.introspect | 24 ++++++++++++-- avahi-daemon/ServiceResolver.introspect | 24 ++++++++++++-- avahi-daemon/ServiceTypeBrowser.introspect | 24 ++++++++++++-- avahi-daemon/avahi-daemon.conf | 50 +++++++++++++++++++++--------- avahi-daemon/example.service | 28 +++++++++++++++-- 10 files changed, 237 insertions(+), 33 deletions(-) diff --git a/avahi-daemon/AddressResolver.introspect b/avahi-daemon/AddressResolver.introspect index 273ce8f..3550ecd 100644 --- a/avahi-daemon/AddressResolver.introspect +++ b/avahi-daemon/AddressResolver.introspect @@ -1,9 +1,29 @@ + + + + + - - diff --git a/avahi-daemon/DomainBrowser.introspect b/avahi-daemon/DomainBrowser.introspect index daabdb8..5840060 100644 --- a/avahi-daemon/DomainBrowser.introspect +++ b/avahi-daemon/DomainBrowser.introspect @@ -1,10 +1,30 @@ + + + + + - - diff --git a/avahi-daemon/EntryGroup.introspect b/avahi-daemon/EntryGroup.introspect index 96232ea..bf2ea13 100644 --- a/avahi-daemon/EntryGroup.introspect +++ b/avahi-daemon/EntryGroup.introspect @@ -1,9 +1,29 @@ - - + + + + + diff --git a/avahi-daemon/HostNameResolver.introspect b/avahi-daemon/HostNameResolver.introspect index d71ed8a..db77ae3 100644 --- a/avahi-daemon/HostNameResolver.introspect +++ b/avahi-daemon/HostNameResolver.introspect @@ -1,10 +1,30 @@ + + + + + - - diff --git a/avahi-daemon/Server.introspect b/avahi-daemon/Server.introspect index cfced9d..f8d88e9 100644 --- a/avahi-daemon/Server.introspect +++ b/avahi-daemon/Server.introspect @@ -1,9 +1,29 @@ - - + + + + + diff --git a/avahi-daemon/ServiceBrowser.introspect b/avahi-daemon/ServiceBrowser.introspect index 9638eaa..4a7b430 100644 --- a/avahi-daemon/ServiceBrowser.introspect +++ b/avahi-daemon/ServiceBrowser.introspect @@ -1,10 +1,30 @@ + + + + + - - diff --git a/avahi-daemon/ServiceResolver.introspect b/avahi-daemon/ServiceResolver.introspect index 771f179..2be9347 100644 --- a/avahi-daemon/ServiceResolver.introspect +++ b/avahi-daemon/ServiceResolver.introspect @@ -1,9 +1,29 @@ + + + + + - - diff --git a/avahi-daemon/ServiceTypeBrowser.introspect b/avahi-daemon/ServiceTypeBrowser.introspect index 04e7db9..cb07f24 100644 --- a/avahi-daemon/ServiceTypeBrowser.introspect +++ b/avahi-daemon/ServiceTypeBrowser.introspect @@ -1,10 +1,30 @@ + + + + + - - diff --git a/avahi-daemon/avahi-daemon.conf b/avahi-daemon/avahi-daemon.conf index 9572c0a..a7ac2e5 100644 --- a/avahi-daemon/avahi-daemon.conf +++ b/avahi-daemon/avahi-daemon.conf @@ -1,31 +1,53 @@ +# $Id$ +# +# This file is part of avahi. +# +# avahi is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# avahi is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +# License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with avahi; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. + +# See avahi-daemon.conf(5) for more information on this configuration +# file! + [server] #host-name=foo #domain-name=local browse-domains=0pointer.de, zeroconf.org, dns-sd.org use-ipv4=yes use-ipv6=no -check-response-ttl=no -use-iff-running=no -enable-dbus=yes -disallow-other-stacks=no -disable-publishing=no -disable-user-service-publishing=no +#check-response-ttl=no +#use-iff-running=no +#enable-dbus=yes +#disallow-other-stacks=no +#disable-publishing=no +#disable-user-service-publishing=no [wide-area] enable-wide-area=yes [publish] -add-service-cookie=yes -publish-addresses=yes -publish-hinfo=yes -publish-workstation=yes -publish-domain=yes -#publish-dns-servers=192.168.50.1,192.168.50.2 +#add-service-cookie=yes +#publish-addresses=yes +#publish-hinfo=yes +#publish-workstation=yes +#publish-domain=yes +#publish-dns-servers=192.168.50.1, 192.168.50.2 #publish-resolv-conf-dns-servers=yes [reflector] -enable-reflector=no -reflect-ipv=no +#enable-reflector=no +#reflect-ipv=no [rlimits] #rlimit-as= diff --git a/avahi-daemon/example.service b/avahi-daemon/example.service index 27d8a19..7d6c6b8 100644 --- a/avahi-daemon/example.service +++ b/avahi-daemon/example.service @@ -1,8 +1,30 @@ - - + + + + + + + Printer on %h @@ -13,7 +35,7 @@ _ipp._tcp - _foo._sub._ipp._tcp + _colour._sub._ipp._tcp 631 -- cgit