Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bb80c13a7287a80570f7817f1622b60bbb549c84)

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 master grimoire by Vlad Glagolev (bb80c13a7287a80570f7817f1622b60bbb549c84)
  • Date: Tue, 1 Oct 2013 08:15:22 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/monit/DETAILS | 1 +
net/monit/HISTORY | 5 +++++
net/monit/init.d/monit | 4 ++--
3 files changed, 8 insertions(+), 2 deletions(-)

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

monit: moved init script to Unix System-V runlevel 2

diff --git a/net/monit/DETAILS b/net/monit/DETAILS
index 84d8253..154606a 100755
--- a/net/monit/DETAILS
+++ b/net/monit/DETAILS
@@ -1,5 +1,6 @@
SPELL=monit
VERSION=5.6
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://mmonit.com/${SPELL}/dist/${SOURCE}";

SOURCE_HASH=sha512:36933b6560860eac39421a56726c8748e2ce0f16ee51149828e6ffcb77edf3ce73394c2b58e208f6614712e7c6e0e114bc92e911794503b89793b225199193b8
diff --git a/net/monit/HISTORY b/net/monit/HISTORY
index 3c7b5e3..874cf52 100644
--- a/net/monit/HISTORY
+++ b/net/monit/HISTORY
@@ -1,3 +1,8 @@
+2013-10-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * init.d/monit: moved to runlevel 2, according to official doc;
depends
+ on local_fs instead of network
+
2013-09-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated source url; short description
* INTALL: added, to install default monitrc config with correct perms
diff --git a/net/monit/init.d/monit b/net/monit/init.d/monit
index 4ef2554..70d3609 100755
--- a/net/monit/init.d/monit
+++ b/net/monit/init.d/monit
@@ -3,7 +3,7 @@
PROGRAM=/sbin/monit
PIDFILE=/var/run/monit.pid
ARGS="-c /etc/sysconfig/monitrc -p $PIDFILE"
-RUNLEVEL=3
-NEEDS="+network"
+RUNLEVEL=2
+NEEDS="+local_fs"

. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bb80c13a7287a80570f7817f1622b60bbb549c84), Vlad Glagolev, 10/01/2013

Archive powered by MHonArc 2.6.24.

Top of Page