diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2020-12-18 18:05:31 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2020-12-18 18:11:41 -0700 |
commit | 7fbcaa75e25e27b8c449704748f9815fa30b3e66 (patch) | |
tree | 89c723eaa08e4e70628a1e1dea81f993b6d1468e /net | |
parent | 743f6c84a22a03b1f6c83721802c89fc674ab217 (diff) |
isc-dhcp: fix regression in reloading
Introduced in "isc-dhcp: improve startup performance"
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp/Makefile | 2 | ||||
-rwxr-xr-x | net/isc-dhcp/files/dhcpd.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 11f8a9779..a92763b90 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:=10 +PKG_RELEASE:=11 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE diff --git a/net/isc-dhcp/files/dhcpd.init b/net/isc-dhcp/files/dhcpd.init index 7dfe127cd..a5de52668 100755 --- a/net/isc-dhcp/files/dhcpd.init +++ b/net/isc-dhcp/files/dhcpd.init @@ -345,7 +345,7 @@ start_service() { reload_service() { rc_procd start_service "$@" - prodcd_send_signal dhcpd "$@" + procd_send_signal dhcpd "$@" } add_interface_trigger() { |