New commits:
commit e92d274b5c61c74121606f3124036fc3b41300b1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
util-linux: removed senseless 2nd version check
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index ee46ca2..d96ea98 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * PREPARE: removed senseless 2nd version check
+
2012-10-07 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE, PREPARE: prevent triggerring from other spells for
migrating process
diff --git a/utils/util-linux/PREPARE b/utils/util-linux/PREPARE
index 63612c1..f8acac4 100755
--- a/utils/util-linux/PREPARE
+++ b/utils/util-linux/PREPARE
@@ -14,7 +14,7 @@ spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version
$SPELL)" &&
message "${MESSAGE_COLOR}Checking sanity of
$INSTALL_ROOT/etc/inittab...${DEFAULT_COLOR}" &&
if grep -iq "/dev/tty" "$INSTALL_ROOT/etc/inittab"; then
- if is_version_less ${OLD_SPELL_VERSION} 2.20 && is_version_less 2.19.1
${VERSION}; then
+ if is_version_less ${OLD_SPELL_VERSION} 2.20; then
message "${PROBLEM_COLOR}" &&
message "WARNING: $INSTALL_ROOT/etc/inittab needs syntax update. You
need to" &&
message "replace all '/dev/tty*' lines to 'tty*' equivalents, e.g.:" &&
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e92d274b5c61c74121606f3124036fc3b41300b1),
Vlad Glagolev, 10/14/2012