diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-09 14:24:08 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-09 14:24:08 +0200 |
| commit | aa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch) | |
| tree | 2e178bb008ea0076185a841cc35cb6ceffe7a4fa /package/bind | |
| parent | 1c47490f586071528b387edc46e531c88bd77dc7 (diff) | |
| parent | cda64efca568ec61c064b44f494f58f7a08bd4e7 (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/ |
