Skip to Content.
Sympa Menu

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

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 (b6cf84f3f45bab47e504e450a6a189578814a0b6)
  • Date: Sat, 25 Apr 2009 00:35:08 -0500

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

disk/udev/DETAILS | 1 +
disk/udev/HISTORY | 5 +++++
disk/udev/INSTALL | 2 +-
kernels/module-init-tools/DETAILS | 1 +
kernels/module-init-tools/HISTORY | 5 +++++
kernels/module-init-tools/INSTALL | 2 --
kernels/module-init-tools/modprobe.conf | 1 -
7 files changed, 13 insertions(+), 4 deletions(-)

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

udev: All config files must end in .conf with module-init-tools 3.7+

commit a541c3a75792f10da50b1adb2491a2ba76e97c5d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

module-init-tools: Remove modprobe.conf, deprecated in module-init-tools
3.7+

diff --git a/disk/udev/DETAILS b/disk/udev/DETAILS
index ed16d04..2ee8df5 100755
--- a/disk/udev/DETAILS
+++ b/disk/udev/DETAILS
@@ -1,5 +1,6 @@
SPELL=udev
VERSION=141
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index a1a51e8..874021a 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,8 @@
+2009-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++ to install correct config file
+ * INSTALL: With module-init-tools 3.7+ all config files
+ in /etc/modprobe.d/ must end in .conf
+
2009-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 141

diff --git a/disk/udev/INSTALL b/disk/udev/INSTALL
index 87dac70..dc9162b 100755
--- a/disk/udev/INSTALL
+++ b/disk/udev/INSTALL
@@ -11,7 +11,7 @@ done &&
install -m 755 -d "$INSTALL_ROOT/etc/modprobe.d" &&

install_config_file "$SPELL_DIRECTORY/modprobe.aliases" \
- "$INSTALL_ROOT/etc/modprobe.d/udev" &&
+ "$INSTALL_ROOT/etc/modprobe.d/udev.conf" &&

install_config_file "$SPELL_DIRECTORY/udev.missing" \
"$UDEV_CFG/udev.missing" &&
diff --git a/kernels/module-init-tools/DETAILS
b/kernels/module-init-tools/DETAILS
index 74f7708..a53fa10 100755
--- a/kernels/module-init-tools/DETAILS
+++ b/kernels/module-init-tools/DETAILS
@@ -16,6 +16,7 @@ fi

SPELL=module-init-tools
VERSION=3.7
+ PATCHLEVEL=1
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..dd657f8 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,3 +1,8 @@
+2009-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++ to remove modprobe.conf
+ * INSTALL: No need to install our copy of modprobe.conf
+ * modprobe.conf: Removed, deprecated in 3.7
+
2009-04-23 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 3.7
* mk.diff: remove irrelevant part
diff --git a/kernels/module-init-tools/INSTALL
b/kernels/module-init-tools/INSTALL
index a191ce5..affb3f1 100755
--- a/kernels/module-init-tools/INSTALL
+++ b/kernels/module-init-tools/INSTALL
@@ -23,7 +23,5 @@ then
./generate-modprobe.conf /etc/modprobe.conf
fi &&

-install_config_file "$SCRIPT_DIRECTORY/modprobe.conf" \
- "$INSTALL_ROOT/etc/modprobe.conf" &&
install_config_file modprobe.devfs \
"$INSTALL_ROOT/etc/modprobe.devfs"
diff --git a/kernels/module-init-tools/modprobe.conf
b/kernels/module-init-tools/modprobe.conf
deleted file mode 100644
index 72e3bc9..0000000
--- a/kernels/module-init-tools/modprobe.conf
+++ /dev/null
@@ -1 +0,0 @@
-include /etc/modprobe.d/



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b6cf84f3f45bab47e504e450a6a189578814a0b6), Eric Sandall, 04/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page