Added logsave.c and logsave.8 manual page from e2fsprogs to make

sure logsave is available to initscripts.

Updated src/Makefile to make sure bootlogd compiles with Clang.
This commit is contained in:
Jesse Smith
2018-12-31 16:31:34 -04:00
parent 5d955d55c8
commit 3f2b4a5704
5 changed files with 410 additions and 10 deletions

View File

@@ -18,6 +18,9 @@ sysvinit (2.94) unreleased; urgency=low
* Increased the size of the kernel command line buffer in bootlogd
from 256 characters to 4096. This size is defined in KERNEL_COMMAND_LENGTH
for easy modification downstream.
* Added logsave.c and logsave.8 manual page from e2fsprogs to make
sure logsave is available to initscripts.
* Updated src/Makefile to make sure bootlogd compiles with Clang.
sysvinit (2.93) released; urgency=low