1
0
mirror of synced 2026-01-20 17:38:02 +00:00

2 new TODOs: Remove CVS keywords, uncouple auto-start from --boot

This commit is contained in:
Axel Beckert 2012-11-13 20:45:50 +01:00
parent 324fff9f7e
commit adca82e808

6
TODO
View File

@ -6,6 +6,8 @@ See KNOWN_BUGS for real bugs.
Bugs to fix and features to add for 4.3
---------------------------------------
Fix --version output: It still parses CVS keywords.
Refactor TLS disabling. Seems to be happen twice, once in 20-setup-apt
and once in 10-disable-tls.
@ -211,3 +213,7 @@ Axel's Break-Backwards-Compatibility Wishlist
Current MAKEDEV implementation support more than one device as
parameter. That could reduce the MAKEDEV calls from currently six
to two.
* Uncouple generating auto start symlinks from --boot.
Maybe add some --autostart or such.