[udev] attributes aren't replaced in the run command
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
udev (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce :
- Create the file /etc/udev/
SYSFS{idVendor}
- Create the file /usr/sbin/
echo "/usr/sbin/
- Restart udev : $ /etc/init.d/udev restart
- Insert the GSM usb dongle (19d2:2000)
-> Read /tmp/usb_
It appears that :
- %k is replace by something non empty (1-1:1.0 in my case)
- %b and all attributes are replace by a empty string.
Expected results :
- all attributes should be replaced by the correct valued that can be found with the following command (in my case) : $ udevadm info -a -p /sys/devices/
System :
- karmic alpha 5 (laptop with udev 146-1) or final Jaunty (desktop computer with udev 141-1.2)