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:
Zbigniew Jędrzejewski-Szmek 2019-10-08 16:43:18 +02:00 committed by Chris Down
parent bd89d03544
commit ef2ad30aee
27 changed files with 1 additions and 2 deletions

View File

@ -1499,7 +1499,7 @@ subdir('src/boot/efi')
subdir('src/test')
subdir('src/fuzz')
subdir('rules')
subdir('rules.d')
subdir('test')
############################################################

View File

@ -17,4 +17,3 @@ LABEL="autosuspend_manual_enable"
TEST=="power/control", ATTR{power/control}="auto", GOTO="autosuspend_manual_end"
LABEL="autosuspend_manual_end"