From 02f35b1c905ac63ba62f94efebf858412e961fc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Behrmann?= Date: Wed, 5 Jun 2024 17:08:57 +0200 Subject: [PATCH] man: document /usr/local/lib in search paths --- man/binfmt.d.xml | 1 + man/coredump.conf.xml | 2 ++ man/dnssec-trust-anchors.d.xml | 2 ++ man/environment.d.xml | 1 + man/homed.conf.xml | 2 ++ man/journal-remote.conf.xml | 2 ++ man/journald.conf.xml | 3 +++ man/logind.conf.xml | 2 ++ man/modules-load.d.xml | 1 + man/networkd.conf.xml | 2 ++ man/oomd.conf.xml | 2 ++ man/pstore.conf.xml | 2 ++ man/repart.d.xml | 1 + man/resolved.conf.xml | 2 ++ man/sysctl.d.xml | 1 + man/systemd.preset.xml | 2 ++ man/systemd.unit.xml | 2 ++ man/sysupdate.d.xml | 1 + man/sysusers.d.xml | 1 + man/timesyncd.conf.xml | 2 ++ man/tmpfiles.d.xml | 2 ++ man/udev.conf.xml | 2 ++ 22 files changed, 38 insertions(+) diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index 32f16e6ad8..1442e2c77a 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -26,6 +26,7 @@ /etc/binfmt.d/*.conf /run/binfmt.d/*.conf + /usr/local/lib/binfmt.d/*.conf /usr/lib/binfmt.d/*.conf diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 29ac35142a..2eedf942c0 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -25,9 +25,11 @@ /etc/systemd/coredump.conf /run/systemd/coredump.conf + /usr/local/lib/systemd/coredump.conf /usr/lib/systemd/coredump.conf /etc/systemd/coredump.conf.d/*.conf /run/systemd/coredump.conf.d/*.conf + /usr/local/lib/systemd/coredump.conf.d/*.conf /usr/lib/systemd/coredump.conf.d/*.conf diff --git a/man/dnssec-trust-anchors.d.xml b/man/dnssec-trust-anchors.d.xml index c760b75f4d..8a5523fd3f 100644 --- a/man/dnssec-trust-anchors.d.xml +++ b/man/dnssec-trust-anchors.d.xml @@ -26,9 +26,11 @@ /etc/dnssec-trust-anchors.d/*.positive /run/dnssec-trust-anchors.d/*.positive + /usr/local/lib/dnssec-trust-anchors.d/*.positive /usr/lib/dnssec-trust-anchors.d/*.positive /etc/dnssec-trust-anchors.d/*.negative /run/dnssec-trust-anchors.d/*.negative + /usr/local/lib/dnssec-trust-anchors.d/*.negative /usr/lib/dnssec-trust-anchors.d/*.negative diff --git a/man/environment.d.xml b/man/environment.d.xml index 7ef4b4d2ed..942122ed42 100644 --- a/man/environment.d.xml +++ b/man/environment.d.xml @@ -30,6 +30,7 @@ ~/.config/environment.d/*.conf /etc/environment.d/*.conf /run/environment.d/*.conf + /usr/local/lib/environment.d/*.conf /usr/lib/environment.d/*.conf /etc/environment diff --git a/man/homed.conf.xml b/man/homed.conf.xml index 9dfcfb6296..4b51093877 100644 --- a/man/homed.conf.xml +++ b/man/homed.conf.xml @@ -25,9 +25,11 @@ /etc/systemd/homed.conf /run/systemd/homed.conf + /usr/local/lib/systemd/homed.conf /usr/lib/systemd/homed.conf /etc/systemd/homed.conf.d/*.conf /run/systemd/homed.conf.d/*.conf + /usr/local/lib/systemd/homed.conf.d/*.conf /usr/lib/systemd/homed.conf.d/*.conf diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index 44e056ab49..01dc94de55 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -30,9 +30,11 @@ /etc/systemd/journal-remote.conf /run/systemd/journal-remote.conf + /usr/local/lib/systemd/journal-remote.conf /usr/lib/systemd/journal-remote.conf /etc/systemd/journal-remote.conf.d/*.conf /run/systemd/journal-remote.conf.d/*.conf + /usr/local/lib/systemd/journal-remote.conf.d/*.conf /usr/lib/systemd/journal-remote.conf.d/*.conf diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 2d53eea137..1aa74926ab 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -26,13 +26,16 @@ /etc/systemd/journald.conf /run/systemd/journald.conf + /usr/local/lib/systemd/journald.conf /usr/lib/systemd/journald.conf /etc/systemd/journald.conf.d/*.conf /run/systemd/journald.conf.d/*.conf + /usr/local/lib/systemd/journald.conf.d/*.conf /usr/lib/systemd/journald.conf.d/*.conf /etc/systemd/journald@NAMESPACE.conf /etc/systemd/journald@NAMESPACE.conf.d/*.conf /run/systemd/journald@NAMESPACE.conf.d/*.conf + /usr/local/lib/systemd/journald@NAMESPACE.conf.d/*.conf /usr/lib/systemd/journald@NAMESPACE.conf.d/*.conf diff --git a/man/logind.conf.xml b/man/logind.conf.xml index ec16059065..c52431fd41 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -28,9 +28,11 @@ /etc/systemd/logind.conf /run/systemd/logind.conf + /usr/local/lib/systemd/logind.conf /usr/lib/systemd/logind.conf /etc/systemd/logind.conf.d/*.conf /run/systemd/logind.conf.d/*.conf + /usr/local/lib/systemd/logind.conf.d/*.conf /usr/lib/systemd/logind.conf.d/*.conf diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index c1f93413a5..2ff71daa98 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -25,6 +25,7 @@ /etc/modules-load.d/*.conf /run/modules-load.d/*.conf + /usr/local/lib/modules-load.d/*.conf /usr/lib/modules-load.d/*.conf diff --git a/man/networkd.conf.xml b/man/networkd.conf.xml index 64f83bb5f9..cac1d3b6e7 100644 --- a/man/networkd.conf.xml +++ b/man/networkd.conf.xml @@ -30,9 +30,11 @@ /etc/systemd/networkd.conf /run/systemd/networkd.conf + /usr/local/lib/systemd/networkd.conf /usr/lib/systemd/networkd.conf /etc/systemd/networkd.conf.d/*.conf /run/systemd/networkd.conf.d/*.conf + /usr/local/lib/systemd/networkd.conf.d/*.conf /usr/lib/systemd/networkd.conf.d/*.conf diff --git a/man/oomd.conf.xml b/man/oomd.conf.xml index b099f8f546..582fb27de1 100644 --- a/man/oomd.conf.xml +++ b/man/oomd.conf.xml @@ -25,9 +25,11 @@ /etc/systemd/oomd.conf /run/systemd/oomd.conf + /usr/local/lib/systemd/oomd.conf /usr/lib/systemd/oomd.conf /etc/systemd/oomd.conf.d/*.conf /run/systemd/oomd.conf.d/*.conf + /usr/local/lib/systemd/oomd.conf.d/*.conf /usr/lib/systemd/oomd.conf.d/*.conf diff --git a/man/pstore.conf.xml b/man/pstore.conf.xml index d6b6c4b1d7..6173765130 100644 --- a/man/pstore.conf.xml +++ b/man/pstore.conf.xml @@ -25,9 +25,11 @@ /etc/systemd/pstore.conf /run/systemd/pstore.conf + /usr/local/lib/systemd/pstore.conf /usr/lib/systemd/pstore.conf /etc/systemd/pstore.conf.d/*.conf /run/systemd/pstore.conf.d/*.conf + /usr/local/lib/systemd/pstore.conf.d/*.conf /usr/lib/systemd/pstore.conf.d/*.conf diff --git a/man/repart.d.xml b/man/repart.d.xml index 0a2ae62491..52e6b97240 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -25,6 +25,7 @@ /etc/repart.d/*.conf /run/repart.d/*.conf + /usr/local/lib/repart.d/*.conf /usr/lib/repart.d/*.conf diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index 95b35537d6..65dd83f240 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -28,9 +28,11 @@ /etc/systemd/resolved.conf /run/systemd/resolved.conf + /usr/local/lib/systemd/resolved.conf /usr/lib/systemd/resolved.conf /etc/systemd/resolved.conf.d/*.conf /run/systemd/resolved.conf.d/*.conf + /usr/local/lib/systemd/resolved.conf.d/*.conf /usr/lib/systemd/resolved.conf.d/*.conf diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 9f14289fef..7e1ecfa030 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -24,6 +24,7 @@ /etc/sysctl.d/*.conf /run/sysctl.d/*.conf + /usr/local/lib/sysctl.d/*.conf /usr/lib/sysctl.d/*.conf diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml index b1e796a16a..dcc740a16d 100644 --- a/man/systemd.preset.xml +++ b/man/systemd.preset.xml @@ -24,9 +24,11 @@ /etc/systemd/system-preset/*.preset /run/systemd/system-preset/*.preset + /usr/local/lib/systemd/system-preset/*.preset /usr/lib/systemd/system-preset/*.preset /etc/systemd/user-preset/*.preset /run/systemd/user-preset/*.preset + /usr/local/lib/systemd/user-preset/*.preset /usr/lib/systemd/user-preset/*.preset diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 358309ea17..8bae335282 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -53,6 +53,7 @@ /run/systemd/system.attached/* /run/systemd/generator/* … + /usr/local/lib/systemd/system/* /usr/lib/systemd/system/* /run/systemd/generator.late/* @@ -74,6 +75,7 @@ $XDG_DATA_HOME/systemd/user/* $XDG_DATA_DIRS/systemd/user/* … + /usr/local/lib/systemd/user/* /usr/lib/systemd/user/* $XDG_RUNTIME_DIR/systemd/generator.late/* diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index a9da9164ef..125c5802b7 100644 --- a/man/sysupdate.d.xml +++ b/man/sysupdate.d.xml @@ -25,6 +25,7 @@ /etc/sysupdate.d/*.conf /run/sysupdate.d/*.conf + /usr/local/lib/sysupdate.d/*.conf /usr/lib/sysupdate.d/*.conf diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 760db6350b..9d5a03e7ee 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -25,6 +25,7 @@ /etc/sysusers.d/*.conf /run/sysusers.d/*.conf + /usr/local/lib/sysusers.d/*.conf /usr/lib/sysusers.d/*.conf diff --git a/man/timesyncd.conf.xml b/man/timesyncd.conf.xml index 248fd88b77..51c867ab29 100644 --- a/man/timesyncd.conf.xml +++ b/man/timesyncd.conf.xml @@ -25,9 +25,11 @@ /etc/systemd/timesyncd.conf /run/systemd/timesyncd.conf + /usr/local/lib/systemd/timesyncd.conf /usr/lib/systemd/timesyncd.conf /etc/systemd/timesyncd.conf.d/*.conf /run/systemd/timesyncd.conf.d/*.conf + /usr/local/lib/systemd/timesyncd.conf.d/*.conf /usr/lib/systemd/timesyncd.conf.d/*.conf diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index dc8fea23dd..c89706862f 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -28,6 +28,7 @@ /etc/tmpfiles.d/*.conf /run/tmpfiles.d/*.conf + /usr/local/lib/tmpfiles.d/*.conf /usr/lib/tmpfiles.d/*.conf @@ -36,6 +37,7 @@ $XDG_RUNTIME_DIR/user-tmpfiles.d/*.conf ~/.local/share/user-tmpfiles.d/*.conf … + /usr/local/share/user-tmpfiles.d/*.conf /usr/share/user-tmpfiles.d/*.conf diff --git a/man/udev.conf.xml b/man/udev.conf.xml index 054ab2d139..5e42bf304c 100644 --- a/man/udev.conf.xml +++ b/man/udev.conf.xml @@ -27,9 +27,11 @@ /etc/udev/udev.conf /run/udev/udev.conf + /usr/local/lib/udev/udev.conf /usr/lib/udev/udev.conf /etc/udev/udev.conf.d/*.conf /run/udev/udev.conf.d/*.conf + /usr/local/lib/udev/udev.conf.d/*.conf /usr/lib/udev/udev.conf.d/*.conf -- 2.25.1