mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
committed by
Noah Meyerhans
parent
3e49e7728c
commit
0fdb6d6029
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user