Changing modules-update to update-modules to quiet a warning and keep us from having...
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 21 Feb 2008 08:30:26 +0000 (08:30 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 21 Feb 2008 08:30:26 +0000 (08:30 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1320 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/kmerge.sh

index 3548f9c05bc0ad3a685d6f903528622c155689ad..81f2f20c5ce49c597d8941f20ea570d2a0b33758 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/kmerge.sh:
+  Changing modules-update to update-modules to quiet a warning and keep us
+  from having it get removed out from under us.
+
   21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/support/chroot-functions.sh:
   Adding a note to myself for better debug and moving run_default_funcs to the
index 74b2c45bbbbeef5b3a82df96827f304653b84627..6ab2d3c008e367af8911f78f0f60ffd697bdb406 100755 (executable)
@@ -229,7 +229,7 @@ SUB=`grep ^SUBLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
 EXV=`grep ^EXTRAVERSION\ \= /usr/src/linux/Makefile | sed -e "s/EXTRAVERSION =//" -e "s/ //g"`
 clst_fudgeuname=${VER}.${PAT}.${SUB}${EXV}
 
-/sbin/modules-update --assume-kernel=${clst_fudgeuname}
+/sbin/update-modules --assume-kernel=${clst_fudgeuname}
 
 unset USE
 echo ${clst_kernel_use} > /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.USE