Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b2646847b4000e696cd4fbe912e160b6e41ee978)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b2646847b4000e696cd4fbe912e160b6e41ee978)
  • Date: Thu, 17 Nov 2016 05:23:35 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kernels/linux-cpupower/DETAILS | 5 ++++-
kernels/linux-cpupower/HISTORY | 3 +++
net/monit/DETAILS | 1 +
net/monit/HISTORY | 4 ++++
net/monit/init.d/monit | 7 +++++++
5 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit b2646847b4000e696cd4fbe912e160b6e41ee978
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

monit: PATCHLEVEL++

Add functional restart() to init script.

commit 96c985601d8604e49dea7c947a6aec516c94b6bb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

linux-cpupower: Use same version as what the linux spell is at

diff --git a/kernels/linux-cpupower/DETAILS b/kernels/linux-cpupower/DETAILS
index 8976efa..8c70c0e 100755
--- a/kernels/linux-cpupower/DETAILS
+++ b/kernels/linux-cpupower/DETAILS
@@ -1,6 +1,9 @@
+# for get_kernel_version()
+. $GRIMOIRE/FUNCTIONS
+
SPELL=linux-cpupower
# Linux kernel version containing the cpupower tool source
- VERSION=4.7.4
+ VERSION=$(get_kernel_version)
SOURCE=linux-${VERSION%.*}.tar.xz
SOURCE2=linux-${VERSION%.*}.tar.sign
SOURCE_URL[0]=${KERNEL_URL}/pub/linux/kernel/v${VERSION%%.*}.x/${SOURCE}
diff --git a/kernels/linux-cpupower/HISTORY b/kernels/linux-cpupower/HISTORY
index a6cd956..751c4a3 100644
--- a/kernels/linux-cpupower/HISTORY
+++ b/kernels/linux-cpupower/HISTORY
@@ -1,3 +1,6 @@
+2016-11-16 Eric Sandall <sandalle AT sourcemage.org>
+ * Use same version as what the linux spell is at.
+
2016-09-08 Eric Sandall <sandalle AT sourcemage.org>
* Created spell, a modern replacement of cpufreqd.
This would be better done to use the existing installed linux files.
diff --git a/net/monit/DETAILS b/net/monit/DETAILS
index d2e2a1c..639be0b 100755
--- a/net/monit/DETAILS
+++ b/net/monit/DETAILS
@@ -1,6 +1,7 @@
SPELL=monit
VERSION=5.20.0
SECURITY_PATCH=1
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://mmonit.com/${SPELL}/dist/${SOURCE}";

SOURCE_HASH=sha512:653cba9d63fad42acf8c27ee9c050d047fc78e0b7e8cdb0f3d0a533d5b5e01ccf1b82d443cb6518d286547087a021e37a59cbffedbb3daf49ff8f95e8c64b884
diff --git a/net/monit/HISTORY b/net/monit/HISTORY
index 886af1b..030d91c 100644
--- a/net/monit/HISTORY
+++ b/net/monit/HISTORY
@@ -1,3 +1,7 @@
+2016-11-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * init.d/monit: Add functional restart()
+
2016-11-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.20.0

diff --git a/net/monit/init.d/monit b/net/monit/init.d/monit
index 70d3609..aba1d2f 100755
--- a/net/monit/init.d/monit
+++ b/net/monit/init.d/monit
@@ -7,3 +7,10 @@ RUNLEVEL=2
NEEDS="+local_fs"

. /etc/init.d/smgl_init
+
+restart()
+{
+ _stop &&
+ sleep 1 &&
+ _start
+}



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b2646847b4000e696cd4fbe912e160b6e41ee978), Eric Sandall, 11/17/2016

Archive powered by MHonArc 2.6.24.

Top of Page