diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-03 21:59:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-03 21:59:21 +0200 |
commit | 742f4cad0d7c4af0a5d27ac6597be7410fa127e6 (patch) | |
tree | 4abec6b4d4a73a956dc2a4d4b05dbe2bff3a9c79 /TODO | |
parent | 2b725651e5b77e88a314d34b8cf8e375514b400f (diff) |
udevadm: print warning to stderr if udevadm is called by symlink
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ These things would be nice to have: o rework rules to a match-action list, instead of a rules array These things will change in future udev versions: - o --device-id-of-file will print '5:8' instead of '5 8' These things are deprecated and scheduled for removal in a future udev version: o DEVTYPE for disks is set by the kernel, remove it from the rules + o "udevadm control" commands will only accept the --<command> syntax + o symlink names to udevadm will no longer be resolved to old command names + |