mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #14268 from pprindeville/fix-isc-dhcp-reload-typo
isc-dhcp: fix regression in reloading
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -345,7 +345,7 @@ start_service() {
|
||||
|
||||
reload_service() {
|
||||
rc_procd start_service "$@"
|
||||
prodcd_send_signal dhcpd "$@"
|
||||
procd_send_signal dhcpd "$@"
|
||||
}
|
||||
|
||||
add_interface_trigger() {
|
||||
|
||||
Reference in New Issue
Block a user