Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (4baa81a3741036e773052951914f65fd522c5cf8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (4baa81a3741036e773052951914f65fd522c5cf8)
  • Date: Wed, 24 Jan 2007 15:46:04 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

kernels/linux/HISTORY | 3 +++
kernels/linux/UP_TRIGGERS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8c6c7e3ca8e0bf177d29185586272356640e70f8
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

linux: fixed typo in var name

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index b9afa66..60f9a5b 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2007-01-24 Juuso Alasuutari <iuso AT sourcemage.org>
+ * UP_TRIGGERS: Fixed typo in var name.
+
2007-01-21 Juuso Alasuutari <iuso AT sourcemage.org>
* UP_TRIGGERS: Added, when casting a > 2.6.14 kernel upgrade to
newer udev if installed version is < 093 (bug #13417).
diff --git a/kernels/linux/UP_TRIGGERS b/kernels/linux/UP_TRIGGERS
index e04e715..0d9ee6a 100755
--- a/kernels/linux/UP_TRIGGERS
+++ b/kernels/linux/UP_TRIGGERS
@@ -9,7 +9,7 @@ then
local VER3=$(echo $VERSION | cut -d. -f3) &&
VER3=${VER3%%[^0-9]*} &&

- if (( VER > 6 )) ||
+ if (( VER2 > 6 )) ||
(( VER2 == 6 && VER3 > 14 ))
then
up_trigger udev cast_self



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (4baa81a3741036e773052951914f65fd522c5cf8), Juuso Alasuutari, 01/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page