diff options
Diffstat (limited to 'net/bind/Makefile')
-rw-r--r-- | net/bind/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index 31d66be38..0c4616efe 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.16.8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net> @@ -183,6 +183,9 @@ define Package/bind-server/install ./files/bind/db.root \ ./files/bind/bind.keys \ $(1)/etc/bind/ + sed -e '1s/ broadcast / empty rfc1918 /' \ + < ./files/bind/db.0 \ + > $(1)/etc/bind/db.empty $(CP) ./files/bind/named.conf.example $(1)/etc/bind/named.conf $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/named.init $(1)/etc/init.d/named |