Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (bc25b71a4c316ba6deb0487df2ab259bfa350fec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (bc25b71a4c316ba6deb0487df2ab259bfa350fec)
  • Date: Fri, 5 Dec 2008 05:04:45 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
usr/sbin/cast | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit bc25b71a4c316ba6deb0487df2ab259bfa350fec
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

cast: fixed some horizontal lines in the final output

diff --git a/ChangeLog b/ChangeLog
index 6e15a69..a9ff13b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-12-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * cast: fixed some horizontal lines in the final output
+
2008-12-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* *: validate commandline parameters before su-ing #7286
* resurrect: also redefine FAILED_LIST
diff --git a/usr/sbin/cast b/usr/sbin/cast
index 39cafb8..fbc1f6e 100755
--- a/usr/sbin/cast
+++ b/usr/sbin/cast
@@ -662,7 +662,7 @@ function pass_five() {
if [ -s $CHECK_TRIGGERS_SUCCESS ] ; then
message "${DEFAULT_COLOR}"
message "${MESSAGE_COLOR}Spells that had a check_self trigger succeed:"
- message "-----------------------------------------------${SPELL_COLOR}"
+ message "---------------------------------------------${SPELL_COLOR}"
for item in `cat $CHECK_TRIGGERS_SUCCESS 2>/dev/null`; do
message "$item"
done | column
@@ -672,7 +672,7 @@ function pass_five() {
if [ -s $CHECK_TRIGGERS_FAILURE ] ; then
message "${DEFAULT_COLOR}"
message "${MESSAGE_COLOR}Spells that had a check_self trigger fail:"
- message "-----------------------------------------------${SPELL_COLOR}"
+ message "------------------------------------------${SPELL_COLOR}"
for item in `cat $CHECK_TRIGGERS_FAILURE 2>/dev/null`; do
message "$item"
done | column
@@ -728,7 +728,7 @@ function pass_five() {
if [ -s $INSTALL_QUEUE ] ; then
message "${MESSAGE_COLOR}The install queue is not empty, "
message "it still contains the following spells: "
- message "---------------------------------${PROBLEM_COLOR}"
+ message "---------------------------------------${PROBLEM_COLOR}"
for item in `cat $INSTALL_QUEUE 2>/dev/null`; do
message "$item"
done | column
@@ -748,7 +748,7 @@ function pass_five() {
if [[ $deferred_list ]]; then
message "${MESSAGE_COLOR}Cast deferred installing some configuration
files."
message "The following spells have new pending updates: "
- message "---------------------------------$SPELL_COLOR"
+ message "----------------------------------------------$SPELL_COLOR"
message "$deferred_list" | column
message "${MESSAGE_COLOR}Please run confmeld to merge them into your
system."
message "$DEFAULT_COLOR"



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (bc25b71a4c316ba6deb0487df2ab259bfa350fec), Jaka Kranjc, 12/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page