aboutsummaryrefslogtreecommitdiffstats
path: root/package/bind/ipkg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-09-14 10:45:27 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-09-14 10:45:27 +0000
commite7f8acce0cd7853a6fa81601e300d1d1728f6008 (patch)
treeaff50786705f5cde2d63f9ce56db2dcd2b18e395 /package/bind/ipkg
parent9db9f5061fb4d778901428bf6f720d450d36a63c (diff)
downloadupstream-e7f8acce0cd7853a6fa81601e300d1d1728f6008.tar.gz
upstream-e7f8acce0cd7853a6fa81601e300d1d1728f6008.tar.bz2
upstream-e7f8acce0cd7853a6fa81601e300d1d1728f6008.zip
split into bind-server and bind-client package, add startup script and example named.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bind/ipkg')
-rw-r--r--package/bind/ipkg/bind-client.control7
-rw-r--r--package/bind/ipkg/bind-server.conffiles6
-rw-r--r--package/bind/ipkg/bind-server.control (renamed from package/bind/ipkg/bind.control)5
3 files changed, 16 insertions, 2 deletions
diff --git a/package/bind/ipkg/bind-client.control b/package/bind/ipkg/bind-client.control
new file mode 100644
index 0000000000..9d74be7661
--- /dev/null
+++ b/package/bind/ipkg/bind-client.control
@@ -0,0 +1,7 @@
+Package: bind-client
+Priority: optional
+Section: net
+Maintainer: OpenWrt Developer <openwrt-devel@openwrt.org>
+Source: buildroot internal
+Description: dynamic dns client
+Depends: libopenssl
diff --git a/package/bind/ipkg/bind-server.conffiles b/package/bind/ipkg/bind-server.conffiles
new file mode 100644
index 0000000000..c4cfe37d57
--- /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.control b/package/bind/ipkg/bind-server.control
index 89daea59bf..68a4293c54 100644
--- a/package/bind/ipkg/bind.control
+++ b/package/bind/ipkg/bind-server.control
@@ -1,7 +1,8 @@
-Package: bind
+Package: bind-server
Priority: optional
Section: net
-Maintainer: Waldemar Brodkorb <wbx@dass-it.de>
+Maintainer: OpenWrt Developer <openwrt-devel@openwrt.org>
Source: buildroot internal
Description: popular dns server
Depends: libopenssl
+Conflicts: dnsmasq