Package: kmod

Dear maintainers,

As per 627949 [1], options are not supported any more in /etc/modules
and /etc/modules-load.d.

Please consider the following patch to remove the reference present in
the modules(5) man-page.

Best regards,

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627949

-- 
Baptiste BEAUPLAT - lyknode
From 036716bf6489a4dd1fc4a486aff3f9d1030e0ee8 Mon Sep 17 00:00:00 2001
From: Baptiste BEAUPLAT <lykn...@cilg.org>
Date: Wed, 26 Jun 2019 22:26:23 +0200
Subject: [PATCH] Reference to module options in modules(5) manpage replaced by
 a pointer to modprobe.d configuration files

---
 debian/patches/debian_manpages | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/debian/patches/debian_manpages b/debian/patches/debian_manpages
index ff2c917..949f9d1 100644
--- a/debian/patches/debian_manpages
+++ b/debian/patches/debian_manpages
@@ -1,6 +1,6 @@
 --- /dev/null
 +++ b/extra/modules.5
-@@ -0,0 +1,25 @@
+@@ -0,0 +1,26 @@
 +.TH MODULES 5 "Version 1.2" "Debian GNU/Linux"
 +.SH NAME
 +/etc/modules - kernel modules to load at boot time
@@ -9,8 +9,9 @@
 +The
 +.B /etc/modules
 +file contains the names of kernel modules that are to be loaded at boot
-+time, one per line. Arguments can be given in the same line as the module
-+name. Lines beginning with a '#' are ignored.
++time, one per line. Options can only be specified using
++.B modprobe.d
++configuration files. Lines beginning with a '#' are ignored.
 +.SH "EXAMPLE"
 +    # /etc/modules: kernel modules to load at boot time.
 +    #
@@ -20,15 +21,15 @@
 +
 +    w83781d
 +
-+    3c509 irq=15
++    3c509
 +    nf_nat_ftp
 +.SH "SEE ALSO"
 +.BR depmod (8)
 +.BR modprobe (8)
-+.BR modprobe.conf (5)
++.BR modprobe\.d (5)
 --- /dev/null
 +++ b/extra/modules.fr.5
-@@ -0,0 +1,19 @@
+@@ -0,0 +1,21 @@
 +.\"Traduction Lundi 14 octobre 2002 par Antoine Gémis
 +.\"(age...@netuup.com)
 +.TH MODULES 5 "Version 1.1" "Debian GNU/Linux"
@@ -39,12 +40,14 @@
 +Le fichier
 +.B /etc/modules
 +contient la liste des modules du noyau à charger au démarrage, un module par
-+ligne. Une ligne peut inclure, après le nom du module, des paramètres à lui
-+passer. Sur une ligne, tout ce qui suit «\ #\ » sera considéré comme commentaire
-+et ignoré. 
++ligne. Les paramètres du module doivent être spécifiés avec les fichiers de
++configuration
++.B modprobe.d.
++Sur une ligne, tout ce qui suit «\ #\ » sera considéré comme commentaire et
++ignoré.
 +.SH "VOIR AUSSI"
 +.BR depmod (8)
 +.BR modprobe (8)
-+.BR modprobe.conf (5)
++.BR modprobe\.d (5)
 +.SH TRADUCTION
 +Antoine Gémis <age...@netuup.com>.
-- 
2.20.1

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to