Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116382 Details for
Bug 174745
linux-mod eclass using deprecated modules-update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
linux-mod.eclass.diff
linux-mod.eclass.diff (text/plain), 592 bytes, created by
Jakub Moc (RETIRED)
on 2007-04-16 07:20:14 UTC
(
hide
)
Description:
linux-mod.eclass.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2007-04-16 07:20:14 UTC
Size:
592 bytes
patch
obsolete
>--- eclass/linux-mod.eclass 2007-03-01 08:05:40.000000000 +0100 >+++ eclass/linux-mod.eclass 2007-04-16 09:16:42.000000000 +0200 >@@ -183,7 +183,12 @@ > update_modules() { > debug-print-function ${FUNCNAME} $* > >- if [ -x /sbin/modules-update ] && \ >+ if [ -x /sbin/update-modules ] && \ >+ grep -v -e "^#" -e "^$" ${D}/etc/modules.d/* >/dev/null 2>&1; then >+ ebegin "Updating modules.conf" >+ /sbin/update-modules >+ eend $? >+ elif [ -x /sbin/modules-update ] && \ > grep -v -e "^#" -e "^$" ${D}/etc/modules.d/* >/dev/null 2>&1; then > ebegin "Updating modules.conf" > /sbin/modules-update
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 174745
: 116382