aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-11 01:16:32 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-07-11 01:16:32 +0200
commitc15d02e57093dc5ced3808c9020c25511f332eb2 (patch)
tree2ac770ea9ef1de817d0292b6e71f75384050f922 /TODO
parent2315e570706285216a130eb1a67402284344b85f (diff)
downloadudev-c15d02e57093dc5ced3808c9020c25511f332eb2.tar.gz
libudev: ctrl - move code to udev directory
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 5 insertions, 7 deletions
diff --git a/TODO b/TODO
index 01fb0e1f..7106d9c8 100644
--- a/TODO
+++ b/TODO
@@ -2,19 +2,15 @@
- test (now fixed) /dev/tape/ links
- - remove RUN+="socket:"
-
- libudev: return proper errno or set errno
- - move ctrl.c from libudev/ to udev/
+ - /run/udev/control socket
+ (add ConditionVirtualization=!pidns)
- move:
udevd -> --libexecdir
udevadm -> --bindir
- - /run/udev/control socket
- (add ConditionVirtualization=!pidns)
-
- kill rules_generator:
- no longer rename netifs in kernel namespace
- drop persistent optical names
@@ -23,8 +19,10 @@
- properly document what system management needs to put
into rules files
- - kill tabs?
+ - remove RUN+="socket:"
- remove deprecated trigger --type=failed logic
- remove deprecated BUS=, SYSFS{}=, ID= keys
+
+ - kill tabs?