diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-20 20:42:19 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-20 20:42:19 +0200 |
| commit | d07acf5eacf62cd8b5495f12e3b37427050270c9 (patch) | |
| tree | a0f4d7869e37ede1ca386ac428c75bf4b34d80f4 /package/bind | |
| parent | 70c44baa23fbf86a888f6f37a75bca10a631a01c (diff) | |
| parent | 4a0a9fe7fee9d7032adc62e244a23d37013816e3 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bind')
| -rw-r--r-- | package/bind/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in index 1286057ba..b561312fc 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -12,7 +12,7 @@ config ADK_PACKAGE_BIND_RNDC prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -23,7 +23,7 @@ config ADK_PACKAGE_BIND_CHECK prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -34,7 +34,7 @@ config ADK_PACKAGE_BIND_DNSSEC prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -45,7 +45,7 @@ config ADK_PACKAGE_BIND_HOST prompt "bind-host......................... A simple DNS client" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -57,7 +57,7 @@ config ADK_PACKAGE_BIND_DIG prompt "bind-dig.......................... A DNS client" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -69,7 +69,7 @@ config ADK_PACKAGE_BIND_CLIENT prompt "bind-client....................... A dynamic DNS client" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -80,7 +80,7 @@ config ADK_PACKAGE_BIND_SERVER prompt "bind-server....................... A DNS server" tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND select ADK_PACKAGE_LIBBIND help @@ -91,7 +91,7 @@ config ADK_PACKAGE_LIBBIND prompt "libbind........................... Support library for the bind tools and dns server/client." tristate default n - depends ADK_DUMMY_BIND + depends on ADK_DUMMY_BIND select ADK_COMPILE_BIND help http://www.isc.org/sw/bind/ |
