summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-01-05 01:04:59 +0100
committerLennart Poettering <lennart@poettering.net>2011-01-05 01:04:59 +0100
commitfb8161af01f33c66bc7d850b24985f4f7f5286a1 (patch)
treea6e53739beac863984641603713ffdd9fa358860 /TODO
parent5707631ec6ef3b5731825f3fd52ccbecbf12c073 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO29
1 files changed, 28 insertions, 1 deletions
diff --git a/TODO b/TODO
index 69cff589aa..4f6ccc2793 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,31 @@
-* excluse java hsp files by default https://bugzilla.redhat.com/show_bug.cgi?id=527425
+* support caching password questions in plymouth and on the console
+ https://bugzilla.redhat.com/show_bug.cgi?id=655538
+
+* make it possible to disable hwclock-save.service
+ https://bugzilla.redhat.com/show_bug.cgi?id=297421
+
+* dep loop when using encrypted swap
+ https://bugzilla.redhat.com/show_bug.cgi?id=657234
+
+* exclude java hsp files by default
+ https://bugzilla.redhat.com/show_bug.cgi?id=527425
+
+* make failing dm detaching in systemd-shutdown less noisy
+ https://bugzilla.redhat.com/show_bug.cgi?id=657497
+
+* handle quotes in files read by EnvironmentFile= properly
+ https://bugzilla.redhat.com/show_bug.cgi?id=661291
+
+* load EnvironmentFile= when starting services, not when reloading configuration
+ https://bugzilla.redhat.com/show_bug.cgi?id=661282
+
+* nicer warning messages if two files include the same file names in /etc/tmpfiles.d
+ https://bugzilla.redhat.com/show_bug.cgi?id=662490
+
+* somehow some /etc/fstab supplied mount params are never applied to api fs
+ https://bugzilla.redhat.com/show_bug.cgi?id=663108
+
+* support globs in systemd-tmpfiles
* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
lots of wakeups due to /dev changing when we watch a subdir of /dev.