bind: rename named.conf.example
authorDavid Härdeman <redacted>
Sun, 27 Jul 2025 00:47:49 +0000 (02:47 +0200)
committerNoah Meyerhans <redacted>
Sat, 13 Sep 2025 20:36:41 +0000 (13:36 -0700)
The file actually gets installed as /etc/bind/named.conf, so rename the file to
clarify that.

Signed-off-by: David Härdeman <redacted>
net/bind/Makefile
net/bind/files/bind/named.conf [moved from net/bind/files/bind/named.conf.example with 100% similarity]

index a936c5f2538b991d52588ec12cbc934198f36fb0..f9d73b70244139eb9705bb8b0b3725286d1de965 100644 (file)
@@ -222,10 +222,8 @@ define Package/bind-server/install
        $(INSTALL_DIR) $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/named $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/etc/bind
-       $(CP) \
-               ./files/bind/db.root \
-               $(1)/etc/bind/
-       $(CP) ./files/bind/named.conf.example $(1)/etc/bind/named.conf
+       $(INSTALL_DATA) ./files/bind/db.root $(1)/etc/bind
+       $(INSTALL_DATA) ./files/bind/named.conf $(1)/etc/bind
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/named.init $(1)/etc/init.d/named
 endef
git clone https://git.99rst.org/PROJECT