isc-dhcp: make files/ consistent by flattening
authorPhilip Prindeville <redacted>
Fri, 30 Mar 2018 15:14:40 +0000 (09:14 -0600)
committerPhilip Prindeville <redacted>
Sun, 8 Apr 2018 22:17:44 +0000 (16:17 -0600)
Some /etc/config-destined files are in files/ and suffixed with
.conf while others are in files/etc/config/ which isn't consistent.
Put everything in files/ and call it good.

Signed-off-by: Philip Prindeville <redacted>
net/isc-dhcp/Makefile
net/isc-dhcp/files/dhcrelay.conf [moved from net/isc-dhcp/files/etc/config/dhcrelay with 100% similarity]

index a2b43530eb999191327a09dafd2ba699c575dbbf..0f8593177c09c5fab583df3f7635534c3ab051e7 100644 (file)
@@ -196,7 +196,7 @@ define Package/isc-dhcp-relay-$(BUILD_VARIANT)/install
        $(INSTALL_DIR) $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dhcrelay $(1)/usr/sbin
        $(INSTALL_DIR) $(1)/etc/config
-       $(INSTALL_DATA) ./files/etc/config/dhcrelay $(1)/etc/config
+       $(INSTALL_DATA) ./files/dhcrelay.conf $(1)/etc/config
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/dhcrelay4.init $(1)/etc/init.d/dhcrelay4
 endef
git clone https://git.99rst.org/PROJECT