Skip to Content.
Sympa Menu

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

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 (72603fb0d85a764accd8f3c29c7fd6e3d699d985)
  • Date: Fri, 2 Jan 2015 13:19:10 -0600

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

mobile/cpufreqd/DETAILS | 1 +
mobile/cpufreqd/HISTORY | 4 ++++
mobile/cpufreqd/init.d/cpufreqd | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)

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

cpufreqd: Fix status() calling the correct variable. PATCHLEVEL++

diff --git a/mobile/cpufreqd/DETAILS b/mobile/cpufreqd/DETAILS
index e260e9c..d1d8bab 100755
--- a/mobile/cpufreqd/DETAILS
+++ b/mobile/cpufreqd/DETAILS
@@ -1,5 +1,6 @@
SPELL=cpufreqd
VERSION=2.4.2
+ PATCHLEVEL=1

SOURCE_HASH=sha512:81abff8a7f354c7744e2d85b71ccdba108dccc2084d851db93573209669323682d304a5990096e9b692fa98d86078b0dd658153edec56add7080d2bd9c185895
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/mobile/cpufreqd/HISTORY b/mobile/cpufreqd/HISTORY
index 7234e48..88f95fa 100644
--- a/mobile/cpufreqd/HISTORY
+++ b/mobile/cpufreqd/HISTORY
@@ -1,3 +1,7 @@
+2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * init.d/cpufreqd: Fix status() calling the correct variable
+
2013-02-03 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: 2.4.2

diff --git a/mobile/cpufreqd/init.d/cpufreqd b/mobile/cpufreqd/init.d/cpufreqd
index 46a8b51..fec9364 100755
--- a/mobile/cpufreqd/init.d/cpufreqd
+++ b/mobile/cpufreqd/init.d/cpufreqd
@@ -40,7 +40,7 @@ stop()

status()
{
- statusproc $DAEMON
+ statusproc $PROGRAM
}

restart()



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (72603fb0d85a764accd8f3c29c7fd6e3d699d985), Eric Sandall, 01/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page