chiark / gitweb /
execute: socket isn't abstract anymore
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Mar 2011 21:04:07 +0000 (23:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Mar 2011 21:04:07 +0000 (23:04 +0200)
TODO
src/execute.h

diff --git a/TODO b/TODO
index 0db681b762984185e86e7a992163e115211e279e..fabc18d67a7e8f342087279a771101c55251dbef 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,6 +29,12 @@ F15:
 
 * remove KillMode=process-group
 
 
 * remove KillMode=process-group
 
+* kernel patch wegen kmsg prio nach f15
+
+* LOG_DAEMON/LOG_USER für kmsg messages schreiben
+
+* fix /usr taint
+
 Features:
 
 * when key file cannot be found, read it from kbd in cryptsetup
 Features:
 
 * when key file cannot be found, read it from kbd in cryptsetup
index 3b2b4e8edbf9b5875552722a04adf38e7ae89ace..44856d11fab7322174db9afc1af6506232270232 100644 (file)
@@ -39,7 +39,6 @@ struct CGroupBonding;
 #include "list.h"
 #include "util.h"
 
 #include "list.h"
 #include "util.h"
 
-/* Abstract namespace! */
 #define LOGGER_SOCKET "/run/systemd/logger"
 
 typedef enum KillMode {
 #define LOGGER_SOCKET "/run/systemd/logger"
 
 typedef enum KillMode {