From f692834d3a40bbc19b3c349910f67cc1a6c32a15 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sun, 18 Jul 2010 07:19:52 +0000 Subject: [PATCH] unbound: remove the two files emptied in r22250, install the two files added in r22267 SVN-Revision: 22270 --- net/unbound/Makefile | 6 +++--- net/unbound/files/anchors.mf | 0 net/unbound/files/dlv.isc.org.key | 0 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 net/unbound/files/anchors.mf delete mode 100644 net/unbound/files/dlv.isc.org.key diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 2bc32ff22..e8a143637 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.4.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads @@ -51,8 +51,8 @@ define Package/unbound/install $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/unbound $(INSTALL_CONF) ./files/unbound.conf $(1)/etc/unbound/ - $(INSTALL_CONF) ./files/dlv.isc.org.key $(1)/etc/unbound/ - $(INSTALL_CONF) ./files/anchors.mf $(1)/etc/unbound/ + $(INSTALL_CONF) ./files/root.autokey $(1)/etc/unbound/ + $(INSTALL_CONF) ./files/named.cache $(1)/etc/unbound/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/unbound.init $(1)/etc/init.d/unbound endef diff --git a/net/unbound/files/anchors.mf b/net/unbound/files/anchors.mf deleted file mode 100644 index e69de29bb..000000000 diff --git a/net/unbound/files/dlv.isc.org.key b/net/unbound/files/dlv.isc.org.key deleted file mode 100644 index e69de29bb..000000000 -- 2.30.2