Mageia Bugzilla – Attachment 9833 Details for
Bug 22172
/etc/rc.modules with modprobedbug fails to display modules being loaded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch to correct the print command in /etc/rc.modules
rc.modules.patch (text/plain), 329 bytes, created by
Dave Hodgins
on 2017-12-11 19:57:45 CET
(
hide
)
Description:
Patch to correct the print command in /etc/rc.modules
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2017-12-11 19:57:45 CET
Size:
329 bytes
patch
obsolete
>--- /etc/rc.modules.original 2017-03-14 17:36:24.000000000 -0400 >+++ rc.modules 2017-12-11 07:26:11.931449611 -0500 >@@ -17,7 +17,7 @@ > if strstr "$cmdline" modprobedebug; then > MODPROBE_OPTIONS="-v" > export MODPROBE_OPTIONS >- gprintf "Pre-loading modules\n" >+ printf "Pre-loading modules\n" > fi > > echo_modules() {
--- /etc/rc.modules.original 2017-03-14 17:36:24.000000000 -0400 +++ rc.modules 2017-12-11 07:26:11.931449611 -0500 @@ -17,7 +17,7 @@ if strstr "$cmdline" modprobedebug; then MODPROBE_OPTIONS="-v" export MODPROBE_OPTIONS - gprintf "Pre-loading modules\n" + printf "Pre-loading modules\n" fi echo_modules() {
View Attachment As Raw
Actions:
View
Attachments on
bug 22172
: 9833