diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 01:41:25 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 01:41:25 +0100 |
commit | cf3b3fbcd5c43bdc5e7e15189c71b62a36a1cf03 (patch) | |
tree | ff0b3d0c16d7d48c9bc9a250cfec1b3baff40a14 /TODO | |
parent | b7822bc4986a5396af7621a6a03e163142d86277 (diff) |
udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
Syslog wants to distinguish the sorce of messages. We should
indicate that this is a userspace message (LOG_DAEMON) and not
a kernel message (LOG_KERNEL).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ + - bind control socket in systemd - o get rid of "scan all devices to find myself" libusb interface - if it can not be fixed, drop libusb entirely and add a simple - wrapper around the Linux usb ioctls we need - o remove deprecated BUS=, SYSFS{}=, ID= keys + - kill --failed + + - remove deprecated BUS=, SYSFS{}=, ID= keys |