summaryrefslogtreecommitdiff
path: root/package/bind/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/bind/ipkg')
-rw-r--r--package/bind/ipkg/bind-check.control5
-rw-r--r--package/bind/ipkg/bind-client.control5
-rw-r--r--package/bind/ipkg/bind-dig.control5
-rw-r--r--package/bind/ipkg/bind-dnssec.control5
-rw-r--r--package/bind/ipkg/bind-host.control6
-rw-r--r--package/bind/ipkg/bind-rndc.control5
-rw-r--r--package/bind/ipkg/bind-server.conffiles6
-rw-r--r--package/bind/ipkg/bind-server.control6
-rw-r--r--package/bind/ipkg/bind-server.postinst3
-rw-r--r--package/bind/ipkg/bind-tools.control5
-rw-r--r--package/bind/ipkg/libbind.control4
11 files changed, 55 insertions, 0 deletions
diff --git a/package/bind/ipkg/bind-check.control b/package/bind/ipkg/bind-check.control
new file mode 100644
index 000000000..ba90d8274
--- /dev/null
+++ b/package/bind/ipkg/bind-check.control
@@ -0,0 +1,5 @@
+Package: bind-check
+Priority: optional
+Section: net
+Description: named-checkconf & named-checkzone utilities
+Depends: libopenssl libbind
diff --git a/package/bind/ipkg/bind-client.control b/package/bind/ipkg/bind-client.control
new file mode 100644
index 000000000..fa20c18a3
--- /dev/null
+++ b/package/bind/ipkg/bind-client.control
@@ -0,0 +1,5 @@
+Package: bind-client
+Priority: optional
+Section: net
+Description: dynamic dns client
+Depends: libopenssl libbind
diff --git a/package/bind/ipkg/bind-dig.control b/package/bind/ipkg/bind-dig.control
new file mode 100644
index 000000000..e91e30066
--- /dev/null
+++ b/package/bind/ipkg/bind-dig.control
@@ -0,0 +1,5 @@
+Package: bind-dig
+Priority: optional
+Section: net
+Description: dig utility
+Depends: libopenssl libbind
diff --git a/package/bind/ipkg/bind-dnssec.control b/package/bind/ipkg/bind-dnssec.control
new file mode 100644
index 000000000..c7c213617
--- /dev/null
+++ b/package/bind/ipkg/bind-dnssec.control
@@ -0,0 +1,5 @@
+Package: bind-dnssec
+Priority: optional
+Section: net
+Description: dnssec-keygen & dnssec-signzone utilities
+Depends: libopenssl libbind
diff --git a/package/bind/ipkg/bind-host.control b/package/bind/ipkg/bind-host.control
new file mode 100644
index 000000000..20440381a
--- /dev/null
+++ b/package/bind/ipkg/bind-host.control
@@ -0,0 +1,6 @@
+Package: bind-host
+Priority: optional
+Section: net
+Description: host utility
+Depends: libopenssl libbind
+
diff --git a/package/bind/ipkg/bind-rndc.control b/package/bind/ipkg/bind-rndc.control
new file mode 100644
index 000000000..a0eee7ebb
--- /dev/null
+++ b/package/bind/ipkg/bind-rndc.control
@@ -0,0 +1,5 @@
+Package: bind-rndc
+Priority: optional
+Section: net
+Description: rndc & rndc-confgen utilities
+Depends: libopenssl libbind
diff --git a/package/bind/ipkg/bind-server.conffiles b/package/bind/ipkg/bind-server.conffiles
new file mode 100644
index 000000000..c4cfe37d5
--- /dev/null
+++ b/package/bind/ipkg/bind-server.conffiles
@@ -0,0 +1,6 @@
+/etc/bind/named.conf.example
+/etc/bind/db.0
+/etc/bind/db.127
+/etc/bind/db.255
+/etc/bind/db.local
+/etc/bind/db.root
diff --git a/package/bind/ipkg/bind-server.control b/package/bind/ipkg/bind-server.control
new file mode 100644
index 000000000..73b10d2f2
--- /dev/null
+++ b/package/bind/ipkg/bind-server.control
@@ -0,0 +1,6 @@
+Package: bind-server
+Priority: optional
+Section: net
+Description: popular dns server
+Depends: libopenssl libbind
+Conflicts: dnsmasq
diff --git a/package/bind/ipkg/bind-server.postinst b/package/bind/ipkg/bind-server.postinst
new file mode 100644
index 000000000..bca89fd22
--- /dev/null
+++ b/package/bind/ipkg/bind-server.postinst
@@ -0,0 +1,3 @@
+#!/bin/sh
+. $IPKG_INSTROOT/etc/functions.sh
+add_rcconf named named NO
diff --git a/package/bind/ipkg/bind-tools.control b/package/bind/ipkg/bind-tools.control
new file mode 100644
index 000000000..623d0a547
--- /dev/null
+++ b/package/bind/ipkg/bind-tools.control
@@ -0,0 +1,5 @@
+Package: bind-tools
+Priority: optional
+Section: net
+Description: dig, host, nslookup, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf, named-checkzone, rndc, rndc-confgen
+Depends: libopenssl libbind
diff --git a/package/bind/ipkg/libbind.control b/package/bind/ipkg/libbind.control
new file mode 100644
index 000000000..5b4e86674
--- /dev/null
+++ b/package/bind/ipkg/libbind.control
@@ -0,0 +1,4 @@
+Package: libbind
+Priority: optional
+Section: libs
+Description: Support library for the bind tools and dns server/client.