Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.61 grimoire by Vlad Glagolev (67e5480d0afab60bed8e32fe68ef5149191a1b78)

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 stable-0.61 grimoire by Vlad Glagolev (67e5480d0afab60bed8e32fe68ef5149191a1b78)
  • Date: Sun, 14 Oct 2012 17:56:13 -0500

GIT changes to stable-0.61 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

VERSION | 2 +-
utils/util-linux/HISTORY | 3 +++
utils/util-linux/PREPARE | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 67e5480d0afab60bed8e32fe68ef5149191a1b78
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

VERSION: 0.61-8

commit e1b8c3f366ddf0ec1927b87aa894437919954bbd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

util-linux: removed senseless 2nd version check
(cherry picked from commit e92d274b5c61c74121606f3124036fc3b41300b1)

diff --git a/VERSION b/VERSION
index 0989b7d..07241cc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.61-7
+0.61-8
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 stable-0.61 grimoire by Vlad Glagolev (67e5480d0afab60bed8e32fe68ef5149191a1b78), Vlad Glagolev, 10/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page