Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/files/
Date: Sat, 02 Apr 2022 10:59:16
Message-Id: 1648896912.74d9c144ed14493d9b3c3ddc363d9567be29caa9.dlan@gentoo
1 commit: 74d9c144ed14493d9b3c3ddc363d9567be29caa9
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 10:55:12 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 10:55:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d9c144
7
8 sys-power/thermald: add "--adaptive" option to openrc script
9
10 Closes: https://bugs.gentoo.org/835757
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 sys-power/thermald/files/thermald | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-power/thermald/files/thermald b/sys-power/thermald/files/thermald
18 index 6d59f77d0bb4..b3397dac3187 100644
19 --- a/sys-power/thermald/files/thermald
20 +++ b/sys-power/thermald/files/thermald
21 @@ -8,7 +8,7 @@ depend() {
22 start() {
23 ebegin "Starting thermald"
24
25 - start-stop-daemon --start --quiet --name thermald --exec /usr/sbin/thermald -- --dbus-enable
26 + start-stop-daemon --start --quiet --name thermald --exec /usr/sbin/thermald -- --dbus-enable --adaptive
27 eend $?
28 }