From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 392f2153b04208281b6af0b011fd6327dbfe0ca2
Date: Fri, 06 Jul 2012 13:16:21 +0200 [thread overview]
Message-ID: <20120706111622.35D0720088@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1940 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 392f2153b04208281b6af0b011fd6327dbfe0ca2 (commit)
from 4fdbae4ae242a2939222d373b72d9ef941586181 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 392f2153b04208281b6af0b011fd6327dbfe0ca2
Author: Daniel Weismueller <daniel.weismueller(a)ipfire.org>
Date: Fri Jul 6 13:14:00 2012 +0200
kernel: Correctly set cpupower governor.
Fixes #10124.
-----------------------------------------------------------------------
Summary of changes:
kernel/kernel.nm | 2 +-
kernel/systemd/cpupower.service | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/kernel/kernel.nm b/kernel/kernel.nm
index a41481a..d81d988 100644
--- a/kernel/kernel.nm
+++ b/kernel/kernel.nm
@@ -5,7 +5,7 @@
name = kernel
version = 3.4.4
-release = 1
+release = 2
thisapp = linux-%{version}
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
diff --git a/kernel/systemd/cpupower.service b/kernel/systemd/cpupower.service
index 73d1038..21d1098 100644
--- a/kernel/systemd/cpupower.service
+++ b/kernel/systemd/cpupower.service
@@ -5,8 +5,8 @@ After=syslog.target
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=/usr/bin/cpupower frequency-set -g performance
-ExecStop=/usr/bin/cpupower frequency-set -g ondemand
+ExecStart=/usr/bin/cpupower frequency-set -g ondemand
+ExecStop=/usr/bin/cpupower frequency-set -g performance
[Install]
WantedBy=multi-user.target
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2012-07-06 11:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120706111622.35D0720088@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox