Skip to main content

Timeline for Udev (197) last_rule not working

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Mar 25, 2015 at 20:37 comment added cmtm You can use GOTO and LABEL to achieve something similar. GOTO and LABEL doesn't work across files, so the best you could do it to have a LABEL at the end of your rules file and replace all the OPTIONS+="last_rule" with GOTO="end_of_file". Instead of being the last rule, this will make it the last rule executed within this file. Rules in other files can be executed after yours.
Mar 24, 2015 at 6:54 comment added SHW Ohh !! I wasn't aware of that. If the said option is not available in Udev since 148 version, how can I achieve the same goal then ?
Mar 24, 2015 at 6:53 vote accept SHW
Mar 23, 2015 at 18:17 review First posts
Mar 23, 2015 at 18:24
Mar 23, 2015 at 18:14 history answered cmtm CC BY-SA 3.0