Re: [PATCH] module-init-tools: don't do '-' substitutions in depmod

2005-09-08 Thread Rusty Russell
On Thu, 2005-09-08 at 15:56 -0400, Bill Nottingham wrote: > The attached patch removes the '-' for '_' substitution from > depmod - this makes the names printed for modules in module.alias > match the actual names of the module files. Looks fine, thanks Bill! (Note: this is harmless, because modp

[PATCH] module-init-tools: don't do '-' substitutions in depmod

2005-09-08 Thread Bill Nottingham
The attached patch removes the '-' for '_' substitution from depmod - this makes the names printed for modules in module.alias match the actual names of the module files. Bill diff -ru depmod.c.old depmod.c --- depmod.c2005-04-30 08:38:46.0 -0400 +++ depmod.c2005-09-08 15:52:26.000