Unified shutdown and init to use 3 second wait between SIGTERM and

SIGKILL. Defined this value in init.h (WAIT_BETWEEN_SIGNALS) for
easy modification.
Updated documentation to address Debian bug #375274.
This commit is contained in:
Jesse Smith
2018-10-22 21:44:39 -03:00
parent 7b1d470949
commit d27e34754a
6 changed files with 26 additions and 6 deletions

View File

@@ -1,4 +1,17 @@
sysvinit (2.91) UNRELEASED; urgency=low
sysvinit (2.92) unreleased; urgency=low
[ Jesse Smith ]
* The shutdown and init commands were using different default delays between
sending processes SIGTERM and SIGKILL - they were 3 and 5 seconds, respectively.
Unified these on 3 seconds, using a new defined value in init.h.
Updated shutdown manual page to reflect the change and better explain
how -t and -n flags work.
Updated the init manual page with the new default value.
The updated documentation resolves Debian bug #375274.
sysvinit (2.91) world; urgency=low
[ Jesse Smith ]