summaryrefslogtreecommitdiff
path: root/etc/udev/rules.d/95-udev-late.rules
AgeCommit message (Collapse)Author
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
2008-04-02also accept real socket files for RUN+="socket:<path>"Kay Sievers
2007-08-26rules: add REMOVE_CMD ruleKay Sievers
2007-07-31rules: add "do not edit" commentKay Sievers
Default udev rules are not system configuration for users to edit, we need to be able to replace them with a package update. Custom rules have to go into their own files.
2006-08-11add late.rules to default rulesKay Sievers