Skip to content

Commit 8bc3169

Browse files
authored
Merge pull request #246 from omnivagant/udev-7-mention-split-usr
man: udev.7, mention /usr/lib with split-usr
2 parents 99b0381 + 0cf14fb commit 8bc3169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/udev.7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ All device information udev processes is stored in the udev database and sent ou
3434
.SH "RULES FILES"
3535
.PP
3636
The udev rules are read from the files located in the system rules directory
37-
/lib/udev/rules\&.d, the volatile runtime directory
37+
/lib/udev/rules\&.d (additionally /usr/lib/udev/rules\&.d when built with --enable-split-usr), the volatile runtime directory
3838
/run/udev/rules\&.d
3939
and the local administration directory
4040
/etc/udev/rules\&.d\&. All rules files are collectively sorted and processed in lexical order, regardless of the directories in which they live\&. However, files with identical filenames replace each other\&. Files in
4141
/etc
4242
have the highest priority, files in
4343
/run
4444
take precedence over files with the same name in
45-
/lib\&. This can be used to override a system\-supplied rules file with a local file if needed; a symlink in
45+
/lib (or /usr/lib)\&. This can be used to override a system\-supplied rules file with a local file if needed; a symlink in
4646
/etc
4747
with the same name as a rules file in
4848
/lib, pointing to

0 commit comments

Comments
 (0)