Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2021 09:41:34 GMT
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 20eb6bd8c598 - main - rc.d: liberate powerd from ACPI dependency
Message-ID:  <202106090941.1599fYAD023263@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by avg:

URL: https://cgit.FreeBSD.org/src/commit/?id=20eb6bd8c598fdbf4e96ed4ca64a609be255ccba

commit 20eb6bd8c598fdbf4e96ed4ca64a609be255ccba
Author:     Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2021-06-08 17:08:10 +0000
Commit:     Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2021-06-09 09:40:53 +0000

    rc.d: liberate powerd from ACPI dependency
    
    For instance, many non-ACPI ARM systems have CPU power / frequency
    levels.
    
    Discussed with: manu
    MFC after:      1 week
---
 libexec/rc/rc.d/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 0834d8c4c2a0..24a4e7edb9d9 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -78,6 +78,7 @@ CONFS=	DAEMON \
 	pf \
 	pflog \
 	pfsync \
+	powerd \
 	ppp \
 	pppoed \
 	pwcheck \
@@ -135,10 +136,6 @@ ACPI=		power_profile
 ACPIPACKAGE=	acpi
 .endif
 
-.if ${MK_ACPI} != "no" || ${MK_APM} != "no"
-CONFS+=		powerd
-.endif
-
 .if ${MK_APM} != "no"
 CONFGROUPS+=	APM
 APM+=		apm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106090941.1599fYAD023263>