Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116388 Details for
Bug 174752
media-video/usb-pwcx using deprecated modules-update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
usb-pwcx.diff
usb-pwcx.diff (text/plain), 750 bytes, created by
Jakub Moc (RETIRED)
on 2007-04-16 07:56:27 UTC
(
hide
)
Description:
usb-pwcx.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2007-04-16 07:56:27 UTC
Size:
750 bytes
patch
obsolete
>--- usb-pwcx-8.2.2.ebuild 2006-06-13 12:37:46.000000000 +0200 >+++ usb-pwcx-8.2.2.ebuild 2007-04-16 09:53:29.000000000 +0200 >@@ -33,9 +33,8 @@ > } > > pkg_postinst() { >- if [ "${ROOT}" = "/" ] >- then >+ if [ "${ROOT}" = "/" ] ; then > # Update module dependancy >- /sbin/modules-update >+ [ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update > fi > } >--- usb-pwcx-8.4.ebuild 2006-06-13 12:37:46.000000000 +0200 >+++ usb-pwcx-8.4.ebuild 2007-04-16 09:53:53.000000000 +0200 >@@ -39,10 +39,8 @@ > } > > pkg_postinst() { >- if [ "${ROOT}" = "/" ] >- then >+ if [ "${ROOT}" = "/" ] ; then > # Update module dependancy >- /sbin/modules-update >- depmod -a >+ [ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update > fi > }
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 174752
: 116388