modules-update -> update-modules
authorMike Frysinger <vapier@gentoo.org>
Mon, 16 Apr 2007 19:20:28 +0000 (19:20 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 16 Apr 2007 19:20:28 +0000 (19:20 +0000)
eclass/linux-mod.eclass
eclass/matrox.eclass

index 7f2539a170638c04c27be1deb06e643e39a58552..e2b3a927d89634b1659863d2e5e614643c87fd79 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.73 2007/04/16 08:13:40 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.74 2007/04/16 19:20:28 vapier Exp $
 
 # Description: This eclass is used to interface with linux-info in such a way
 #              to provide the functionality required and initial functions
@@ -188,10 +188,10 @@ update_modules() {
                ebegin "Updating modules.conf"
                /sbin/update-modules
                eend $?
-       elif [ -x /sbin/modules-update ] && \
+       elif [ -x /sbin/update-modules ] && \
                grep -v -e "^#" -e "^$" ${D}/etc/modules.d/* >/dev/null 2>&1; then
                ebegin "Updating modules.conf"
-               /sbin/modules-update
+               /sbin/update-modules
                eend $?
        fi
 }
index 67234f6e343d26fdfbf6c8dbc92ba8d04dba92b2..e8f9764a6b45f78607be5a404ae6da62a6d6c57e 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.17 2007/04/12 18:49:00 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.18 2007/04/16 19:20:28 vapier Exp $
 #
 # Author: Donnie Berkholz <spyderous@gentoo.org>
 #
@@ -87,7 +87,7 @@ matrox_base_src_install() {
 matrox_base_pkg_postinst() {
        if [ "${ROOT}" = "/" ]
        then
-               /sbin/modules-update
+               /sbin/update-modules
        fi
 
        if [ ! -d /dev/video ]