From adca82e808c4ee0d826e527e80edfc8a435fa026 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 13 Nov 2012 20:45:50 +0100 Subject: [PATCH] 2 new TODOs: Remove CVS keywords, uncouple auto-start from --boot --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index d1e88f3..2f691ea 100644 --- a/TODO +++ b/TODO @@ -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.