summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-02 11:18:50 -0800
committerEric Sandall2015-01-02 11:19:01 -0800
commit72603fb0d85a764accd8f3c29c7fd6e3d699d985 (patch)
tree843ea024a6e1d0c62e0931559bca3b9028981ed7
parent97bddcc4e8ac06c3339d48054fab0ea351294f39 (diff)
cpufreqd: Fix status() calling the correct variable. PATCHLEVEL++
-rwxr-xr-xmobile/cpufreqd/DETAILS1
-rw-r--r--mobile/cpufreqd/HISTORY4
-rwxr-xr-xmobile/cpufreqd/init.d/cpufreqd2
3 files changed, 6 insertions, 1 deletions
diff --git a/mobile/cpufreqd/DETAILS b/mobile/cpufreqd/DETAILS
index e260e9c05b..d1d8babff1 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 7234e48018..88f95fa029 100644
--- a/mobile/cpufreqd/HISTORY
+++ b/mobile/cpufreqd/HISTORY
@@ -1,3 +1,7 @@
+2015-01-02 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * init.d/cpufreqd: Fix status() calling the correct variable
+
2013-02-03 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: 2.4.2
diff --git a/mobile/cpufreqd/init.d/cpufreqd b/mobile/cpufreqd/init.d/cpufreqd
index 46a8b510d1..fec936456d 100755
--- a/mobile/cpufreqd/init.d/cpufreqd
+++ b/mobile/cpufreqd/init.d/cpufreqd
@@ -40,7 +40,7 @@ stop()
status()
{
- statusproc $DAEMON
+ statusproc $PROGRAM
}
restart()