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

Juuso Alasuutari scm at mail.sourcemage.org
Wed Jan 24 16:46:04 EST 2007


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



More information about the SM-Commit mailing list