summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-12-18 05:06:32 +0100
committerKay Sievers <kay@vrfy.org>2013-12-18 05:07:16 +0100
commit48b9cfcb7cfbcd7ab16cae809ebda32be77366bd (patch)
tree0cc7e1bd8421fa1e0d543c04ccf41b8861cf1571 /TODO
parentbf5332d2bf2a1acbba9daacf40570a4addbd3411 (diff)
comment out udev's is_initialized call until the problem is sorted out
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 802516903..896008972 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,12 @@
Bugfixes:
+* sort-out libudev's is_initialized logic for:
+ - enumerate devices:
+ - is_initialized is true if a database exists
+ - monitor devices:
+ - is_initialized is always false; was not supposed to be used here
+ - in-container devices:
+ - is_initialized is always false, because there is no database
+
* enabling an instance unit creates a pointless link, and
the unit will be started with getty@getty.service:
$ systemctl enable getty@.service