packages/djbdns: 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@40046 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:02:24 +00:00
parent 8668669bf6
commit 21c2c92783

View File

@ -73,13 +73,13 @@ endef
define Package/djdbns/description define Package/djdbns/description
djbdns is a collection of Domain Name System tools. djbdns is a collection of Domain Name System tools.
It includes software for all the fundamental DNS operations: It includes software for all the fundamental DNS operations:
* DNS server: publishing addresses of Internet hosts. * DNS server: publishing addresses of Internet hosts.
* DNS cache: finding addresses of Internet hosts. * DNS cache: finding addresses of Internet hosts.
* DNS client: talking to a DNS cache. * DNS client: talking to a DNS cache.
Also included is a DNS client C library, several command-line Also included is a DNS client C library, several command-line
DNS client utilities, several DNS debugging tools. DNS client utilities, several DNS debugging tools.
endef endef
define Package/djbdns-base/description define Package/djbdns-base/description
@ -88,35 +88,35 @@ endef
define Package/djbdns-dnscache/description define Package/djbdns-dnscache/description
dnscache is a DNS cache. dnscache is a DNS cache.
It accepts recursive DNS queries from local clients such as web It accepts recursive DNS queries from local clients such as web
browsers and mail transfer agents. It collects responses from browsers and mail transfer agents. It collects responses from
remote DNS servers. It caches the responses to save time later. remote DNS servers. It caches the responses to save time later.
endef endef
define Package/djbdns-tinydns/description define Package/djbdns-tinydns/description
tinydns is a DNS server. tinydns is a DNS server.
It accepts iterative DNS queries from hosts around the Internet It accepts iterative DNS queries from hosts around the Internet
and responds with locally configured information. and responds with locally configured information.
endef endef
define Package/djbdns-axfrdns/description define Package/djbdns-axfrdns/description
axfrdns is a DNS zone-transfer server. axfrdns is a DNS zone-transfer server.
It reads a zone-transfer request in DNS-over-TCP format It reads a zone-transfer request in DNS-over-TCP format
from its standard input and responds with locally configured from its standard input and responds with locally configured
information. information.
endef endef
define Package/djbdns-rbldns/description define Package/djbdns-rbldns/description
rbldns is an IP-address-listing DNS server. rbldns is an IP-address-listing DNS server.
It accepts iterative DNS queries from hosts around the Internet asking It accepts iterative DNS queries from hosts around the Internet asking
about various IP addresses. It provides responses showing whether the about various IP addresses. It provides responses showing whether the
addresses are on a locally configured list, such as RBL or DUL. addresses are on a locally configured list, such as RBL or DUL.
endef endef
define Package/djbdns-walldns/description define Package/djbdns-walldns/description
walldns is a reverse DNS wall. walldns is a reverse DNS wall.
It accepts iterative DNS queries for in-addr.arpa domains from hosts It accepts iterative DNS queries for in-addr.arpa domains from hosts
around the Internet and supplies generic responses that avoid around the Internet and supplies generic responses that avoid
revealing local host information. revealing local host information.
endef endef
@ -206,4 +206,3 @@ $(eval $(call BuildPackage,djbdns-axfrdns))
$(eval $(call BuildPackage,djbdns-rbldns)) $(eval $(call BuildPackage,djbdns-rbldns))
$(eval $(call BuildPackage,djbdns-walldns)) $(eval $(call BuildPackage,djbdns-walldns))
$(eval $(call BuildPackage,djbdns-tools)) $(eval $(call BuildPackage,djbdns-tools))