openwrt/package
Christian Schoenebeck 8139438fc0 dropbear: close all active clients on shutdown
Override the default shutdown action (stop) and close all processes
of dropbear

Since commit 498fe85, the stop action only closes the process
that's listening for new connections, maintaining the ones with
existing clients.
This poses a problem when restarting or shutting-down a device,
because the connections with existing SSH clients, like OpenSSH,
are not properly closed, causing them to hang.

This situation can be avoided by closing all dropbear processes when
shutting-down the system, which closes properly the connections with
current clients.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
[Luis: Rework commit message]
Signed-off-by: Luis Araneda <luaraneda@gmail.com>

(cherry picked from commit 1e177844bc)
2018-08-08 15:36:46 +02:00
..
base-files basefiles: Reword sysupgrade message 2018-08-08 15:32:44 +02:00
boot uboot-kirkwood: fix malformed boot configuration 2018-06-26 23:35:18 +02:00
devel perf: restrict libunwind dependency to archs that actually support libunwind 2018-02-25 17:03:42 +01:00
firmware firmware: amd64-microcode: update to 20180524 2018-08-08 15:29:36 +02:00
kernel kernel: gpio-nct5104d remove boardname check 2018-08-08 15:35:46 +02:00
libs libubox: fix mirror hash 2018-08-07 16:33:02 +02:00
network dropbear: close all active clients on shutdown 2018-08-08 15:36:46 +02:00
system ca-certificates[18.06]]: remove myself as PKG_MAINTAINER 2018-07-31 00:01:56 +02:00
utils busybox: udhcpc: replace udhcpc_no_msg_dontroute patch by upstream fix 2018-06-21 22:40:54 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00