diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-14 10:45:27 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-14 10:45:27 +0000 |
commit | 8ceba94522fadb8a3296e7cfa72e34ad18e990b1 (patch) | |
tree | 52e3f6beaf1b05d73359bba079efeb004084170a /openwrt/package/bind/ipkg | |
parent | 6e7cffd3156f68560af32c43618693167af673a2 (diff) | |
download | mtk-20170518-8ceba94522fadb8a3296e7cfa72e34ad18e990b1.zip mtk-20170518-8ceba94522fadb8a3296e7cfa72e34ad18e990b1.tar.gz mtk-20170518-8ceba94522fadb8a3296e7cfa72e34ad18e990b1.tar.bz2 |
split into bind-server and bind-client package, add startup script and example named.conf
SVN-Revision: 1918
Diffstat (limited to 'openwrt/package/bind/ipkg')
-rw-r--r-- | openwrt/package/bind/ipkg/bind-client.control | 7 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-server.conffiles | 6 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-server.control (renamed from openwrt/package/bind/ipkg/bind.control) | 5 |
3 files changed, 16 insertions, 2 deletions
diff --git a/openwrt/package/bind/ipkg/bind-client.control b/openwrt/package/bind/ipkg/bind-client.control new file mode 100644 index 0000000..9d74be7 --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind-server.conffiles b/openwrt/package/bind/ipkg/bind-server.conffiles new file mode 100644 index 0000000..c4cfe37 --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind.control b/openwrt/package/bind/ipkg/bind-server.control index 89daea5..68a4293 100644 --- a/openwrt/package/bind/ipkg/bind.control +++ b/openwrt/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 |