Skip to Content.
Sympa Menu

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

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 (58cd6000480b905de3950386cb45cdf1f02db388)
  • Date: Tue, 11 Jul 2006 13:59:49 -0500

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

smgl/init.d/HISTORY | 3 +++
smgl/init.d/PREPARE | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 58cd6000480b905de3950386cb45cdf1f02db388
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

Changed exit 1's to return 1's, bug #12838.

diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 2aab43b..6598769 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,6 @@
+2006-07-11 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PREPARE: Changed exit 1's to return 1's, bug #12838.
+
2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
* init.d/keymap.sh, init.d/keymap.conf: Deleted, moved to kbd
and console-tools spells.
diff --git a/smgl/init.d/PREPARE b/smgl/init.d/PREPARE
index bf00547..39367e1 100755
--- a/smgl/init.d/PREPARE
+++ b/smgl/init.d/PREPARE
@@ -10,7 +10,7 @@ if [ ! -f $SGL_LIBRARY_MODULES/libin
message "If you cast init.d as part of an install queue, e.g. during a"
message "'sorcery system-update', then you can rerun the install queue"
message "with 'cast --queue' after updating sorcery."
- exit 1
+ return 1
fi
if [ ! -x /bin/false ] ; then
message -n "${PROBLEM_COLOR}"
@@ -22,7 +22,7 @@ if [ ! -x /bin/false ] ; then
message "If you cast init.d as part of an install queue, e.g. during a"
message "'sorcery system-update', then you can rerun the install queue"
message "with 'cast --queue' after casting coreutils."
- exit 1
+ return 1
fi

message -n "${SPELL_COLOR}"



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (58cd6000480b905de3950386cb45cdf1f02db388), Juuso Alasuutari, 07/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page