From: Emil Velikov Date: Thu, 7 Nov 2024 15:44:30 +0000 (+0000) Subject: man: add modprobe.conf.5 manpage link X-Git-Tag: v34~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8ed5ee139effe73f8322421580c599068698a90;p=thirdparty%2Fkmod.git man: add modprobe.conf.5 manpage link Seemingly Fedora and friends have been carrying this one for years. Just add it to kmod itself so that people using multiple distros have consistent experience. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/231 Signed-off-by: Lucas De Marchi --- diff --git a/man/meson.build b/man/meson.build index 0b217113..a9eb3cf0 100644 --- a/man/meson.build +++ b/man/meson.build @@ -36,6 +36,7 @@ foreach tuple : _man_pages endforeach _man_aliases = [ + ['5', 'modprobe.conf', 'modprobe.d.5'], ['5', 'modules.dep.bin', 'modules.dep.5'], ] diff --git a/man/modprobe.conf.5 b/man/modprobe.conf.5 new file mode 100644 index 00000000..07e777a0 --- /dev/null +++ b/man/modprobe.conf.5 @@ -0,0 +1 @@ +.so modprobe.d.5