aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-03-15 11:08:35 +0800
committerChen Qi <Qi.Chen@windriver.com>2016-03-15 11:20:53 +0800
commitae0dda639a0a11a00bd89916a74cdd98113e43c9 (patch)
treee272eddcea3c4ebb59f5ccbe4de01445abc0ace9 /meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
parent300f858ba07c938427ccd05a3d7220027a03d461 (diff)
downloadopenembedded-core-contrib-ae0dda639a0a11a00bd89916a74cdd98113e43c9.tar.gz
dhcp: enable gentle shutdownChenQi/dhcp-gentle-shutdown
For now, `systemctl stop dhcpd' cannot stop dhcpd correctly, the SIGTERM signal would time out, causing a SIGKILL signal sent to dhcpd. Patch site.h to enable gentle shutdown to so that dhcpd could be stopped by SIGTERM. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb b/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
index ee1e082c84..970617ff92 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb
@@ -7,6 +7,7 @@ SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
file://dhclient-script-drop-resolv.conf.dhclient.patch \
file://replace-ifconfig-route.patch \
file://CVE-2015-8605.patch \
+ file://0001-site.h-enable-gentle-shutdown.patch \
"
SRC_URI[md5sum] = "c5577b09c9017cdd319a11ff6364268e"