tn3399_openwrt/package
Linus Kardell 2ac1a57677 base-files: fix unkillable processes after restart
When restart is run on an init script, the script traps SIGTERM. This is
done as a workaround for scripts named the same name as the program they
start. In that case, the init script process will have the same name as
the program process, and so when the init script runs killall, it will
kill itself. So SIGTERM is trapped to make the init script unkillable.

However, the trap is retained when the init script runs start, and thus
processes started by restart will not respond to SIGTERM, and will thus
be unkillable unless you use SIGKILL. This fixes that by removing the
trap before running start.

Signed-off-by: Linus Kardell <linus@telliq.com>
2018-11-22 13:15:10 +01:00
..
base-files base-files: fix unkillable processes after restart 2018-11-22 13:15:10 +01:00
boot uboot-mxs: bump to v2018.09 2018-11-01 17:16:52 +01:00
devel valgrind: bump to 4.14.0 2018-11-06 16:34:47 +01:00
firmware ipq-wifi: drop custom board-2.bins 2018-11-01 17:16:53 +01:00
kernel mt76: update to the latest version 2018-11-21 15:15:05 +01:00
libs popt: Add main site back to PKG_SOURCE_URL 2018-11-09 08:50:18 +01:00
network wireguard: bump to 0.0.20181119 2018-11-19 22:15:02 +01:00
system procd: update to latest git HEAD 2018-11-08 14:51:33 +01:00
utils util-linux: Update to 2.33 2018-11-15 21:19:37 +01:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00