diff -Naur busybox-1.27.1/init/init.c busybox-1.27.1-magellan/init/init.c --- busybox-1.27.1/init/init.c 2017-07-06 17:14:57.000000000 +0200 +++ busybox-1.27.1-magellan/init/init.c 2017-07-26 15:12:28.070097747 +0200 @@ -759,14 +759,6 @@ message(L_CONSOLE | L_LOG, "The system is going down NOW!"); - /* Send signals to every process _except_ pid 1 */ - kill(-1, SIGTERM); - message(L_CONSOLE, "Sent SIG%s to all processes", "TERM"); - sync(); - sleep(1); - - kill(-1, SIGKILL); - message(L_CONSOLE, "Sent SIG%s to all processes", "KILL"); sync(); /*sleep(1); - callers take care about making a pause */ }