Skip to Content.
Sympa Menu

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

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 (0e50b4479f584a6a71e56e5be673a37fb853d361)
  • Date: Mon, 18 Aug 2008 16:00:36 -0500

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

kernels/module-init-tools/DETAILS | 15 ++++++---------
kernels/module-init-tools/HISTORY | 3 +++
2 files changed, 9 insertions(+), 9 deletions(-)

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

module-init-tools: fixed source urls

diff --git a/kernels/module-init-tools/DETAILS
b/kernels/module-init-tools/DETAILS
index 29eb5eb..8102a2f 100755
--- a/kernels/module-init-tools/DETAILS
+++ b/kernels/module-init-tools/DETAILS
@@ -1,6 +1,6 @@
# old modutils data

-if [ "$OLD_TOO" == "y" ]; then
+if [[ $OLD_TOO == y ]]; then
SPELL2=modutils
VERSION2=2.4.27
SOURCE2=${SPELL2}-${VERSION2}.tar.bz2
@@ -18,20 +18,18 @@ fi
VERSION=3.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.kerneltools.org
- SOURCE_URL[0]=${KERNEL_URL}/pub/linux/kernel/people/jcm/${SPELL}/${SOURCE}
+ WEB_SITE=http://www.kerneltools.org/
+ SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/kernel/$SPELL/$SOURCE
SOURCE3=$SOURCE.sign
- SOURCE3_URL[0]=${SOURCE_URL[0]}.sign
- SOURCE_GPG=jcm.gpg:$SOURCE.sign:UPSTREAM_KEY
+ SOURCE3_URL[0]=$SOURCE_URL.sign
+ SOURCE_GPG=jcm.gpg:$SOURCE3:UPSTREAM_KEY
SOURCE3_IGNORE=signature
- PATCHLEVEL=1
ENTERED=20030410
LICENSE[0]=GPL
LICENSE[1]=UNKNOWN
KEYWORDS="kernels"
- SHORT="Module-init-tools for 2.6.x kernel modules"
+ SHORT="module-init-tools for 2.6.x kernel modules"
cat << EOF
-
This module-init-tools spell will work with 2.6.x kernels and install
will create modprobe.conf from your old modules.conf file. Also the old
/sbin/{depmod|modprobe|insmod|etc...} and man related manual pages will
@@ -39,5 +37,4 @@ be moved to .old files thus preserving your commands if you
want to
revert back.

Good luck and happy kernel hacking!
-
EOF
diff --git a/kernels/module-init-tools/HISTORY
b/kernels/module-init-tools/HISTORY
index 51814fe..9f58681 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,3 +1,6 @@
+2008-08-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed SOURCE_URLs
+
2008-06-16 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Fails installing with multiple make jobs




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0e50b4479f584a6a71e56e5be673a37fb853d361), Vlad Glagolev, 08/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page