diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-10-28 14:57:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 14:57:25 -0600 |
commit | c925417d0feff1b927f4d4031c66f0d67117d22a (patch) | |
tree | 66f2d0921cbe7e1f8fbab624cd0c7ea74d61dcbc /net | |
parent | c4a06b92bbc10249c52c5d2b4490c35d3fd035dd (diff) | |
parent | b0e73634f757141e07044596d71c4138d60a88eb (diff) |
Merge pull request #7270 from pprindeville/issue/7235
isc-dhcp: drop .conf suffix on dhcrelay config file
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 515417026..2bb7ffb11 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 |