packages/avahi: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40040 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:02:17 +00:00
parent 3b38f4b273
commit cf2b63a2e7

@ -45,11 +45,11 @@ define Package/avahi/Default
endef endef
define Package/avahi/Default/description define Package/avahi/Default/description
Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf)
implementation (library). It facilitates implementation (library). It facilitates
service discovery on a local network -- this means that service discovery on a local network -- this means that
you can plug your laptop or computer into a network and you can plug your laptop or computer into a network and
instantly be able to view other people who you can chat with, instantly be able to view other people who you can chat with,
find printers to print to or find files being shared. find printers to print to or find files being shared.
This kind of technology is already found in MacOS X This kind of technology is already found in MacOS X
(branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
@ -86,9 +86,9 @@ endef
define Package/avahi-autoipd/description define Package/avahi-autoipd/description
$(call Package/avahi/Default/description) $(call Package/avahi/Default/description)
. .
This package implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local This package implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local
Addresses" (IETF RFC3927), a protocol for automatic IP address configuration Addresses" (IETF RFC3927), a protocol for automatic IP address configuration
from the link-local 169.254.0.0/16 range without the need for a central from the link-local 169.254.0.0/16 range without the need for a central
server. It is primarily intended to be used in ad-hoc networks which lack a server. It is primarily intended to be used in ad-hoc networks which lack a
DHCP server. DHCP server.
endef endef
@ -234,7 +234,7 @@ CONFIGURE_ARGS += \
--enable-dbus --enable-dbus
else else
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--disable-dbus --disable-dbus
endif endif
CONFIGURE_VARS+= \ CONFIGURE_VARS+= \
@ -310,4 +310,3 @@ $(eval $(call BuildPackage,libavahi))
$(eval $(call BuildPackage,avahi-autoipd)) $(eval $(call BuildPackage,avahi-autoipd))
$(eval $(call BuildPackage,avahi-daemon)) $(eval $(call BuildPackage,avahi-daemon))
$(eval $(call BuildPackage,avahi-dnsconfd)) $(eval $(call BuildPackage,avahi-dnsconfd))