Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e674ff780b2d2b9c0c78c9a9626513ec84a1b029)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e674ff780b2d2b9c0c78c9a9626513ec84a1b029)
  • Date: Thu, 23 Apr 2009 10:48:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

kernels/module-init-tools/DEPENDS | 1 -
kernels/module-init-tools/DETAILS | 2 +-
kernels/module-init-tools/HISTORY | 5 -----
kernels/module-init-tools/mk.diff | 16 ++++++++++++++++
4 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit e674ff780b2d2b9c0c78c9a9626513ec84a1b029
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "module-init-tools: => 3.7"

This reverts commit c2da9adc94945422d41441d6b85ade7ddc528157.

1. according to: http://www.kerneltools.org/KernelTools.org 3.7 is the
_DEVELOPMENT_ version of module-init-tools
2. it shouldn't require any extra depends (especially for the docs) to
cast

diff --git a/kernels/module-init-tools/DEPENDS
b/kernels/module-init-tools/DEPENDS
index ca92130..3156424 100755
--- a/kernels/module-init-tools/DEPENDS
+++ b/kernels/module-init-tools/DEPENDS
@@ -1,7 +1,6 @@
depends flex &&
depends gnupg &&
depends smgl-fhs &&
-depends docbook2x &&

if [ "$OLD_TOO" == "y" ]; then
depends bison
diff --git a/kernels/module-init-tools/DETAILS
b/kernels/module-init-tools/DETAILS
index 74f7708..ca7e063 100755
--- a/kernels/module-init-tools/DETAILS
+++ b/kernels/module-init-tools/DETAILS
@@ -15,7 +15,7 @@ fi
# new module-init-tools data

SPELL=module-init-tools
- VERSION=3.7
+ VERSION=3.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.kerneltools.org/
diff --git a/kernels/module-init-tools/HISTORY
b/kernels/module-init-tools/HISTORY
index 43bf1a4..342618c 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,8 +1,3 @@
-2009-04-23 Treeve Jelbert <treeve AT pi.be>
- * DETAILS: version 3.7
- * mk.diff: remove irrelevant part
- * DEPENDS: add docbook2x
-
2009-03-22 Eric Sandall <sandalle AT sourcemage.og>
* FINAL: Need to call the newly installed (current) depmod to generate
the depmod index for the installed version, otherwise we get issues
diff --git a/kernels/module-init-tools/mk.diff
b/kernels/module-init-tools/mk.diff
index 8791ccd..bfa6a9d 100644
--- a/kernels/module-init-tools/mk.diff
+++ b/kernels/module-init-tools/mk.diff
@@ -9,3 +9,19 @@

installcheck: installcheck-am
install-strip:
+@@ -917,15 +917,6 @@
+ ln -sf `ls -l /sbin/$$f | sed 's/.* -> //'`.old /sbin/$$f; \
+ fi; \
+ mv /sbin/$$f /sbin/$$f.old; \
+- if [ -f /usr/share/man/man8/$$f.8.gz ]; then \
+- mv /usr/share/man/man8/$$f.8.gz \
+- /usr/share/man/man8/$$f.old.8.gz; \
+- elif [ -f /usr/share/man/man8/$$f.8.bz2 ]; then \
+- mv /usr/share/man/man8/$$f.8.bz2 \
+- /usr/share/man/man8/$$f.old.8.bz2; \
+- else \
+- mv /usr/share/man/man8/$$f.8 /usr/share/man/man8/$$f.old.8; \
+- fi; \
+ done
+ for f in kallsyms ksyms; do \
+ if [ -L /sbin/$$f ]; then \




Archive powered by MHonArc 2.6.24.

Top of Page