bind: rename named.conf.example

The file actually gets installed as /etc/bind/named.conf, so rename the file to
clarify that.

Signed-off-by: David Härdeman <david@hardeman.nu>
This commit is contained in:
David Härdeman
2025-07-27 02:47:49 +02:00
committed by Noah Meyerhans
parent 3e49e7728c
commit 0fdb6d6029
2 changed files with 2 additions and 4 deletions

View File

@@ -222,10 +222,8 @@ define Package/bind-server/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/bind $(INSTALL_DIR) $(1)/etc/bind
$(CP) \ $(INSTALL_DATA) ./files/bind/db.root $(1)/etc/bind
./files/bind/db.root \ $(INSTALL_DATA) ./files/bind/named.conf $(1)/etc/bind
$(1)/etc/bind/
$(CP) ./files/bind/named.conf.example $(1)/etc/bind/named.conf
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/named.init $(1)/etc/init.d/named $(INSTALL_BIN) ./files/named.init $(1)/etc/init.d/named
endef endef