* Add code to detect the system consoles with the help of the

new /proc/consoles files of linux kernel 2.6.38+
This commit is contained in:
Werner Fink
2011-03-11 17:29:36 +00:00
parent 6dacdb9ad0
commit 1ef9e7736c
4 changed files with 146 additions and 0 deletions

View File

@ -1,6 +1,8 @@
sysvinit (2.89dsf) UNRELEASED; urgency=low
[ Werner Fink ]
* Add code to detect the system consoles with the help of the
new /proc/consoles files of linux kernel 2.6.38+
* Try to make utmpdump IPv6 valid, change based on suggestion from
Navdeep Bhatia (see local bug #32429)
* Fix signal and alarm handling based on the patch from Florent Viard.