summaryrefslogtreecommitdiff
path: root/package/bind/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 12:02:33 +0100
commitb3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch)
treed1bf8edcf012880df29e52bf326b96c18c624dab /package/bind/Config.in
parent0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff)
parent537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r--package/bind/Config.in97
1 files changed, 0 insertions, 97 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in
deleted file mode 100644
index b561312fc..000000000
--- a/package/bind/Config.in
+++ /dev/null
@@ -1,97 +0,0 @@
-config ADK_COMPILE_BIND
- tristate
- default n
- select ADK_PACKAGE_LIBOPENSSL
-
-config ADK_DUMMY_BIND
- prompt "bind.............................. A DNS server implementation"
- tristate
- default n
-
-config ADK_PACKAGE_BIND_RNDC
- prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- rndc, rndc-confgen
- http://www.isc.org/sw/bind/
-
-config ADK_PACKAGE_BIND_CHECK
- prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- named-checkconf, named-checkzone
- http://www.isc.org/sw/bind/
-
-config ADK_PACKAGE_BIND_DNSSEC
- prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- dnssec-keygen, dnssec-signzone
- http://www.isc.org/sw/bind/
-
-config ADK_PACKAGE_BIND_HOST
- prompt "bind-host......................... A simple DNS client"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- host utility.
- http://www.isc.org/sw/bind/
-
-
-config ADK_PACKAGE_BIND_DIG
- prompt "bind-dig.......................... A DNS client"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- dig utility.
- http://www.isc.org/sw/bind/
-
-
-config ADK_PACKAGE_BIND_CLIENT
- prompt "bind-client....................... A dynamic DNS client"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- A DNS dynamic client (nsupdate)
- http://www.isc.org/sw/bind/
-
-config ADK_PACKAGE_BIND_SERVER
- prompt "bind-server....................... A DNS server"
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- select ADK_PACKAGE_LIBBIND
- help
- A DNS server (named)
- http://www.isc.org/sw/bind/
-
-config ADK_PACKAGE_LIBBIND
- prompt "libbind........................... Support library for the bind tools and dns server/client."
- tristate
- default n
- depends on ADK_DUMMY_BIND
- select ADK_COMPILE_BIND
- help
- http://www.isc.org/sw/bind/