isc-dhcp: drop .conf suffix on dhcrelay config file
authorPhilip Prindeville <redacted>
Sun, 28 Oct 2018 20:38:56 +0000 (14:38 -0600)
committerPhilip Prindeville <redacted>
Sun, 28 Oct 2018 20:38:56 +0000 (14:38 -0600)
Resolves issue #7235

Signed-off-by: Philip Prindeville <redacted>
net/isc-dhcp/Makefile

index 51541702630d1c460958da844f051dc13992b1fd..2bb7ffb11501fa259883e26f92f322dda6870b86 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=isc-dhcp
 UPSTREAM_NAME:=dhcp
 PKG_VERSION:=4.4.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -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/dhcrelay.conf $(1)/etc/config
+       $(INSTALL_DATA) ./files/dhcrelay.conf $(1)/etc/config/dhcrelay
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/dhcrelay4.init $(1)/etc/init.d/dhcrelay4
 endef
git clone https://git.99rst.org/PROJECT