From 0dc7e55dcb0e7fd6415bf50ec6b8e11bf0beb2c5 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Tue, 8 Jun 2021 20:08:10 +0300 Subject: [PATCH] rc.d: liberate powerd from ACPI dependency For instance, many non-ACPI ARM systems have CPU power / frequency levels. (cherry picked from commit 20eb6bd8c598fdbf4e96ed4ca64a609be255ccba) --- 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 e4c426290d4..f6e6c437fec 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -84,6 +84,7 @@ CONFS= DAEMON \ pf \ pflog \ pfsync \ + powerd \ ppp \ pppoed \ pwcheck \ @@ -141,10 +142,6 @@ ACPI= power_profile ACPIPACKAGE= acpi .endif -.if ${MK_ACPI} != "no" || ${MK_APM} != "no" -CONFS+= powerd -.endif - .if ${MK_AMD} != "no" CONFGROUPS+= AMD AMD+= amd -- 2.45.0