Actions
Bug #167
closedusbhandler.sh doesn't support comments properly in usbhandler.conf
Status:
Closed
Priority:
Urgent
Assignee:
Category:
04 - Root File System
Target version:
Start date:
17 Feb 2013
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
usbhandler.sh greps for USB IDs in /etc/usbhandler.conf, however if those ids show up in a comment then you'll get the wrong lines.
usbhandler should ignore all comment lines when searching for matching USB IDs in usbhandler.conf.
Updated by Hammel almost 12 years ago
- Severity changed from 03 - Medium to 02 - High
Updated by Hammel almost 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed usbhandler.sh to ignore all comments in the conf file even if they might contain the usb IDs being searched for.
Actions