|
|
|
Name Last modified Size Description
Parent Directory -
module-init-tools-updates.patch 17-Jun-2004 22:50 3.9K
WHAT:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125990
This patch fixes the new depmod so that just like for 2.4, it prefers
modules living in /lib/modules/`uname -r`/updates to the others.
It does the same for modinfo.
Here's what we do:
* provide a second function that searches through the basedir
* make that function search through each of the subdirs in the basedir,
except for updates, and create a struct module * list
* check the updates dir, and create a second list
* for each of the filenames in the second list, find the ones in the first
list with a path that ends in that filename, and remove them
* concatenate the two lists and return that
For modinfo, we just first check in updates/, then in the base dir.
AGAINST:
module-init-tools 3.0-pre10 and the FC2 patches
SUBMITTED:
to Jeremy Katz
STATUS:
NEW
|