Bugzilla – Attachment 47019 Details for
Bug 106260
modprobe.conf.5: blacklist is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
add the warning message for blacklist hits
module-init-tools-3.2-pre8-blacklist-warn.diff (text/plain), 451 bytes, created by
Christian Zoz
on 2005-08-22 19:03:54 UTC
(
hide
)
Description:
add the warning message for blacklist hits
Filename:
MIME Type:
Creator:
Christian Zoz
Created:
2005-08-22 19:03:54 UTC
Size:
451 bytes
patch
obsolete
>--- modprobe.c 2005-08-22 10:10:22.000000000 +0000 >+++ modprobe.c 2005-08-22 15:49:51.000000000 +0000 >@@ -725,8 +725,10 @@ > find_blacklist(const char *modname, const struct module_blacklist *blacklist) > { > while (blacklist) { >- if (strcmp(blacklist->modulename, modname) == 0) >+ if (strcmp(blacklist->modulename, modname) == 0) { >+ warn("module '%s' is blacklisted\n", modname); > return 1; >+ } > blacklist = blacklist->next; > } > return 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 106260
:
47018
| 47019 |
47020