summaryrefslogtreecommitdiff
path: root/package/bind
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 00:26:52 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:19 +0200
commit24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e (patch)
tree8b8dd384afba2b7f960fb456d39eef64c55d47f6 /package/bind
parent17a64091553c08d404917f37453555d674d9b324 (diff)
change all 'depends' lines to 'depends on' ones
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
Diffstat (limited to 'package/bind')
-rw-r--r--package/bind/Config.in16
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/