Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57466 Details for
Bug 90703
sys-apps/module-init-tools: depmod ignores first file when not in 'scan everything' mode
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that fixes depmod in module-init-tools 3.0
module-init-tools-3.0-depmod-optind-off-by-one.patch (text/plain), 478 bytes, created by
ajs
on 2005-04-28 04:50:17 UTC
(
hide
)
Description:
Patch that fixes depmod in module-init-tools 3.0
Filename:
MIME Type:
Creator:
ajs
Created:
2005-04-28 04:50:17 UTC
Size:
478 bytes
patch
obsolete
>diff -purN module-init-tools-3.0/depmod.c module-init-tools-3.0-ajs/depmod.c >--- module-init-tools-3.0/depmod.c Fri Jan 23 02:28:17 2004 >+++ module-init-tools-3.0-ajs/depmod.c Thu Apr 28 09:26:07 2005 >@@ -744,7 +744,7 @@ int main(int argc, char *argv[]) > > if (!all) { > /* Do command line args. */ >- for (opt = optind + 1; opt < argc; opt++) >+ for (opt = optind; opt < argc; opt++) > list = grab_module("", argv[opt], list); > } else { > list = grab_dir(dirname, list);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90703
: 57466 |
57467