summaryrefslogtreecommitdiffstats
path: root/tags/n/non-conf-file-in-modprobe.d.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/n/non-conf-file-in-modprobe.d.tag')
-rw-r--r--tags/n/non-conf-file-in-modprobe.d.tag11
1 files changed, 11 insertions, 0 deletions
diff --git a/tags/n/non-conf-file-in-modprobe.d.tag b/tags/n/non-conf-file-in-modprobe.d.tag
new file mode 100644
index 0000000..887d75d
--- /dev/null
+++ b/tags/n/non-conf-file-in-modprobe.d.tag
@@ -0,0 +1,11 @@
+Tag: non-conf-file-in-modprobe.d
+Severity: error
+Check: modprobe
+See-Also: https://lists.debian.org/debian-devel/2009/03/msg00119.html
+Explanation: Files in <code>/etc/modprobe.d</code> should use filenames ending in
+ <code>.conf</code>. modprobe silently ignores all files which do not match
+ this convention.
+ .
+ If the file is an example containing only comments, consider installing
+ it in another location as files in <code>/etc/modprobe.d</code> are
+ read each time modprobe is run (which is often at boot time).