From 7b85f3c376bee056b807d7e852bf0c314dc210bb Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sun, 28 Oct 2018 14:38:56 -0600 Subject: [PATCH] isc-dhcp: drop .conf suffix on dhcrelay config file Resolves issue #7235 Signed-off-by: Philip Prindeville (cherry picked from commit b0e73634f757141e07044596d71c4138d60a88eb) --- net/isc-dhcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 5154170263..2bb7ffb115 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -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