Skip to Content.
Sympa Menu

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

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 (acaa47138c2a0ec4f395493ee7f9dda42567f626)
  • Date: Sat, 3 Feb 2007 13:41:26 -0600

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

smgl/init.d/DETAILS | 3 +--
smgl/init.d/HISTORY | 4 ++++
smgl/init.d/files/smgl_init | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)

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

init.d: give a message to the user when not starting init script that is
not configured provider

diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index c66e268..7e4baf9 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -1,7 +1,6 @@
SPELL=init.d
- VERSION=2.2.0
+ VERSION=2.2.1
LICENSE[0]=GPL
- PATCHLEVEL=17
KEYWORDS="smgl"
ENTERED=20030505
SHORT="This is the basic initalization system of SMGL"
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index e97420c..564d05f 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2007-02-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, files/smgl_init: give message when refraining from running
+ init script that is not configured as provider, version 2.2.1
+
2007-01-30 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Depend on udev-old instead of udev only when absolutely
necessary. Cleaned the code up.
diff --git a/smgl/init.d/files/smgl_init b/smgl/init.d/files/smgl_init
index 6f8f7ba..9cf87d3 100644
--- a/smgl/init.d/files/smgl_init
+++ b/smgl/init.d/files/smgl_init
@@ -110,6 +110,7 @@ handle_provides()
:
else
# This script is not the requested provider
+ print_error "not configured as provider of $PROVIDES"
exit 1
fi
}



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (acaa47138c2a0ec4f395493ee7f9dda42567f626), Thomas Orgis, 02/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page