From: Arne Fitzenreiter Date: Thu, 13 Oct 2016 15:21:28 +0000 (+0200) Subject: unbound/dhcp: stop lease bridge if dhcp was needed to killed X-Git-Tag: v2.19-core106~10 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=9f9d4e3c74ba61783dad3ddcedbc9b920b67a327 unbound/dhcp: stop lease bridge if dhcp was needed to killed Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/init.d/dhcp b/src/initscripts/init.d/dhcp index 2182bc4b3a..2ae86db314 100644 --- a/src/initscripts/init.d/dhcp +++ b/src/initscripts/init.d/dhcp @@ -58,7 +58,6 @@ case "$1" in killall -w -s KILL /usr/sbin/dhcpd > /dev/null 2>&1 rm -f /var/run/dhcpd.pid > /dev/null 2>&1 echo_ok; - exit 0 fi boot_mesg "Stopping Unbound DHCP Leases Bridge..."