summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/bind/Config.in
diff options
context:
space:
mode:
authorlefranc2008-08-01 09:25:43 +0000
committerlefranc2008-08-01 09:25:43 +0000
commit9a2bcc0b92b392f1f21cd26927515e4d49bc128e (patch)
treed0bd193c764606c4c6e4b4568ef08d0ff3324b72 /cleopatre/buildroot/package/bind/Config.in
parentd0cc0304ed6eaf72116743e13e5b3b3cbfd878bb (diff)
- import of buildroot original sources (20080729 version)
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2704 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/buildroot/package/bind/Config.in')
-rw-r--r--cleopatre/buildroot/package/bind/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/cleopatre/buildroot/package/bind/Config.in b/cleopatre/buildroot/package/bind/Config.in
new file mode 100644
index 0000000000..7b61a554c9
--- /dev/null
+++ b/cleopatre/buildroot/package/bind/Config.in
@@ -0,0 +1,21 @@
+config BR2_PACKAGE_BIND
+ bool "bind"
+ help
+ BIND (Berkeley Internet Name Domain) is an implementation of
+ the Domain Name System (DNS) protocols and provides an openly
+ redistributable reference implementation of the major
+ components of the Domain Name System, including:
+
+ * a Domain Name System server (named)
+ * a Domain Name System resolver library
+ * tools for verifying the proper operation of the DNS server
+
+ The BIND DNS Server is used on the vast majority of name
+ serving machines on the Internet, providing a robust and
+ stable architecture on top of which an organization's naming
+ architecture can be built. The resolver library included in
+ the BIND distribution provides the standard APIs for
+ translation between domain names and Internet addresses and is
+ intended to be linked with applications requiring name service.
+
+ http://www.isc.org/sw/bind/