Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (518a1edf4269c422527e9d22b526fd330861f4c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (518a1edf4269c422527e9d22b526fd330861f4c5)
  • Date: Sat, 18 Nov 2006 20:16:46 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

smgl/init.d/HISTORY | 4 ++++
smgl/init.d/files/smgl_functions | 1 +
2 files changed, 5 insertions(+)

New commits:
commit 518a1edf4269c422527e9d22b526fd330861f4c5
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

setting of $base was missing in statusproc

diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 965bc0e..3884168 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2006-11-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * files/smgl_functions: added setting of $base to statusproc - it is
+ nice to know for which process name the status is
+
2006-11-02 Thomas Orgis <sobukus AT sourcemage.org>
* init.d/mountall.sh: device mapper may simply fail because no kernel
support, so don't bother for error code (spurious red on bood)
diff --git a/smgl/init.d/files/smgl_functions
b/smgl/init.d/files/smgl_functions
index 330ee58..03e0c47 100644
--- a/smgl/init.d/files/smgl_functions
+++ b/smgl/init.d/files/smgl_functions
@@ -250,6 +250,7 @@ statusproc()
exit 1
fi

+ local base=${1##*/}
getpids $1

if [ -n "$pidlist" ] ; then



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (518a1edf4269c422527e9d22b526fd330861f4c5), Thomas Orgis, 11/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page