summaryrefslogtreecommitdiff
path: root/src/udev-rules.c
AgeCommit message (Collapse)Author
2012-03-14rules sort order: /lib, /run, /etcKay Sievers
After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same.
2012-01-23print warning when rules try to rename kernel device nodesKay Sievers
2012-01-22fix some fallout from tab removalKay Sievers
2012-01-21warn about deprecated RUN+="socket:" useKay Sievers
2012-01-10tabs are as useful as a hole in the headKay Sievers
2012-01-06merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers