Added patch from William Shipley which allows shutdown time to be specified

in the format +hh:mm. This is in addition to the existing formats such as
hh:mm, +m, and "now".

Cleared up compiler warning in dowall which can happen if the
output message is longer than the size limit on the snprintf()
buffer. This is not a bug, a the trucation works, but using a larger
buffer avoids the warning on systems with long user/host names.
This commit is contained in:
Jesse Smith
2020-06-20 13:41:18 -03:00
parent d4cc79bcb9
commit 584df5efaf
4 changed files with 22 additions and 8 deletions

View File

@@ -13,6 +13,10 @@ sysvinit (2.97) unreleased; urgency=low
* Added patch from Didier Gaudin which allows init to load configuration
data from files stored in /etc/inittab.d/
* Added patch from William Shipley which allows shutdown time to be specified
in the format +hh:mm. This is in addition to the existing formats such as
hh:mm, +m, and "now".
sysvinit (2.96) released; urgency=low