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/avahi-daemon.conf | 50 ++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 14 deletions(-) (limited to 'avahi-daemon/avahi-daemon.conf') 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= -- cgit