update TODO

This commit is contained in:
Kay Sievers 2011-04-14 20:16:41 +02:00
parent ded8033531
commit 619c2581a2

10
TODO
View file

@ -22,11 +22,19 @@ F15:
* be nice to ingo
* get writev() /dev/kmsg support into the F15 kernel
https://lkml.org/lkml/2011/4/6/473
patched merged into -mm
* fix sd_is_socket() invocation in dbus
Features:
* make sure multiple sockets in a .socket file appear in the order they are listed
currently we get:
[Socket]
ListenSequentialPacket=@/org/kernel/udev/udevd --> 4
ListenNetlink=kobject-uevent 1 --> 3
* fix alsa mixer restore to not print error when no config is stored
* don't trim empty cgroups
@ -65,8 +73,8 @@ Features:
* Find a way to replace /var/run, /var/lock directories with
symlinks during an RPM package upgrade (filesystem.rpm or systemd.rpm).
(lua code to create symlinks right away for new installations is in filesytem.rpm now)
We soon want to get rid of var-run.mount var-lock.mount units:
if mountpoint /run ; then
umount /var/run || :
else