* Introduced change which adds error checking in bootlogd when performing

chdir(). - Provided by Alexander Vickberg

* Add check for console using TIOCGDEV on Linux systems in bootlogd to
  make finding console more robust. - Provided by Alexander Vickberg
This commit is contained in:
Jesse
2022-03-10 13:51:02 -04:00
parent 644ee05aab
commit 124f3c2054
2 changed files with 57 additions and 18 deletions

View File

@@ -10,7 +10,11 @@ sysvinit (3.02) unreleased; urgency=low
treats commands as literal and does not launch a shell to interpret them.
* Updated inittab manual page to include overview of symbols which trigger
a shell interpretor and how to disable them using the @ symbol.
* Introduced change which adds error checking in bootlogd when performing
chdir(). - Provided by Alexander Vickberg
* Add check for console using TIOCGDEV on Linux systems in bootlogd to
make finding console more robust. - Provided by Alexander Vickberg
sysvinit (3.01) released; urgency=low
* Default to showing processes in the uninterruptable state (D).