mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-09-21 09:44:58 +03:00
Rename udev's rules/ to rules.d/
This change is only about the source tree. We have tmpfiles.d/, modprobe.d/, sysctl.d/, and sysusers.d/, but for historical reasons, rules/ didn't fit this pattern. We also *install* it as rules.d/. Let's rename to be consistent.
This commit is contained in:
committed by
Chris Down
parent
bd89d03544
commit
ef2ad30aee
@@ -1499,7 +1499,7 @@ subdir('src/boot/efi')
|
||||
|
||||
subdir('src/test')
|
||||
subdir('src/fuzz')
|
||||
subdir('rules')
|
||||
subdir('rules.d')
|
||||
subdir('test')
|
||||
|
||||
############################################################
|
||||
|
@@ -17,4 +17,3 @@ LABEL="autosuspend_manual_enable"
|
||||
TEST=="power/control", ATTR{power/control}="auto", GOTO="autosuspend_manual_end"
|
||||
|
||||
LABEL="autosuspend_manual_end"
|
||||
|
Reference in New Issue
Block a user