Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (6b5f06c2fd79dc30c1188db34fd171c454ca98b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6b5f06c2fd79dc30c1188db34fd171c454ca98b5)
  • Date: Sat, 7 Mar 2009 06:23:46 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kernels/module-init-tools/FINAL | 7 +++++--
kernels/module-init-tools/HISTORY | 4 ++++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 6b5f06c2fd79dc30c1188db34fd171c454ca98b5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

module-init-tools: Print out kernels we're rebuilding module dependencies
for and only redirect errors

diff --git a/kernels/module-init-tools/FINAL b/kernels/module-init-tools/FINAL
index fec847d..043a73b 100755
--- a/kernels/module-init-tools/FINAL
+++ b/kernels/module-init-tools/FINAL
@@ -1,2 +1,5 @@
- #run depmod on all current kernel trees
- for i in `ls ${INSTALL_ROOT}/lib/modules/`; do depmod -ae $i -b
/$INSTALL_ROOT ; done > /dev/null
+#run depmod on all current kernel trees
+for i in `ls ${INSTALL_ROOT}/lib/modules/`; do
+ message "${MESSAGE_COLOR}Rebuilding module dependencies for
$i...${DEFAULT_COLOR}"
+ depmod -ae $i -b /$INSTALL_ROOT
+done 2> /dev/null
diff --git a/kernels/module-init-tools/HISTORY
b/kernels/module-init-tools/HISTORY
index 96e55f9..e0efcf0 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,3 +1,7 @@
+2009-02-07 Eric Sandall <sandalle AT sourcemage.org>
+ * FINAL: Print out kernels we're rebuilding module dependencies on
+ Only redirect errors
+
2009-02-04 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3.6




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6b5f06c2fd79dc30c1188db34fd171c454ca98b5), Eric Sandall, 03/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page