-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udev: move the rules on systemd-enabled platforms to /usr/lib/udev #1621
base: develop
Are you sure you want to change the base?
Conversation
The /etc directory contains user configuration, potentially overriding the vendor-supplied rules that go to /usr/lib. Let's prefer that directory on platforms that use systemd; we can be sure that those platforms support rules in /usr/lib.
Codecov Report
@@ Coverage Diff @@
## develop #1621 +/- ##
==========================================
Coverage ? 66.17%
==========================================
Files ? 78
Lines ? 11175
Branches ? 1578
==========================================
Hits ? 7395
Misses ? 3445
Partials ? 335 Continue to review full report at Codecov.
|
Hello? |
Just nod if you can hear me |
Is there anyone home? |
@trstringer could you take a look? thanks! |
hello hello hello hello |
ping ping |
hi |
Description
The /etc directory contains user configuration, potentially overriding
the vendor-supplied rules that go to /usr/lib.
Let's prefer that directory on platforms that use systemd; we can be sure
that those platforms support rules in /usr/lib.
PR information
Quality of Code and Contribution Guidelines
This change is