Jan Engelhardt
4970184c4d
- Add upstream fixes since v31 * tools-depmod-fix-Walloc-size.patch * libkmod-remove-pkcs7-obj_to_hash_algo.patch * configure-Check-that-provided-paths-are-absolute.patch - Refresh usrmerge patches to upstream version (cosmetic change only) OBS-URL: https://build.opensuse.org/request/show/1131480 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=234
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 4e7effbdc00307d0d1e83115e0d00cc75aae5cc6 Mon Sep 17 00:00:00 2001
|
|
From: Michal Suchanek <msuchanek@suse.de>
|
|
Date: Tue, 18 Jul 2023 14:01:53 +0200
|
|
Subject: [PATCH 2/9] man/depmod.d: Fix incorrect /usr/lib search path
|
|
|
|
depmod searches /lib/depmod.d but the man page says /usr/lib/depmod.d is
|
|
searched. Align the documentation with the code.
|
|
|
|
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
|
|
Link: https://lore.kernel.org/r/9c5a6356b1a111eb6e17ddb110494b7f1d1b44c0.1689681454.git.msuchanek@suse.de
|
|
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
|
|
---
|
|
man/depmod.d.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/depmod.d.xml b/man/depmod.d.xml
|
|
index 76548e92a312..8d3d821cddc8 100644
|
|
--- a/man/depmod.d.xml
|
|
+++ b/man/depmod.d.xml
|
|
@@ -39,7 +39,7 @@
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
- <para><filename>/usr/lib/depmod.d/*.conf</filename></para>
|
|
+ <para><filename>/lib/depmod.d/*.conf</filename></para>
|
|
<para><filename>/usr/local/lib/depmod.d/*.conf</filename></para>
|
|
<para><filename>/run/depmod.d/*.conf</filename></para>
|
|
<para><filename>/etc/depmod.d/*.conf</filename></para>
|
|
--
|
|
2.42.0
|
|
|