The killall5 command now avoids sending any signals,

including SIGSTOP and SIGCONT, to processes on the omit list.
This commit is contained in:
Jesse
2023-02-19 00:42:55 -04:00
parent 8e04d9ce2c
commit bd55f5e243
2 changed files with 24 additions and 13 deletions

View File

@@ -1,4 +1,8 @@
sysvinit (3.06) unreleased; urgency=low
sysvinit (3.07) released; urgency=low
* Fixed killall5 so that processes in the omit list are
not sent any signals, including SIGSTOP.
sysvinit (3.06) released; urgency=low
* Mark Hindley fixed typo in es.po
* Mark Hindley cleaned up translation code in src/Makefile.
* Drop sulogin from Debian build. Removed libcrypt-dev dependency.