mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08: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:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user