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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user