The branch stable/14 has been updated by avg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=17ee60307cc91375192820e9a1b835508aef13ba

commit 17ee60307cc91375192820e9a1b835508aef13ba
Author:     Andriy Gapon <a...@freebsd.org>
AuthorDate: 2025-05-19 09:23:29 +0000
Commit:     Andriy Gapon <a...@freebsd.org>
CommitDate: 2025-06-27 07:37:55 +0000

    OptionalObsoleteFiles: etc/rc.d/powerd is used/useful without ACPI/APM
    
    Just like powerd daemon does not depend on ACPI/APM, its rc script does
    not either.
    
    Fixes:          20eb6bd8c598f
    
    (cherry picked from commit 28d74f18f1c222022ee4e9a2cdc63b1c21037392)
---
 tools/build/mk/OptionalObsoleteFiles.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/build/mk/OptionalObsoleteFiles.inc 
b/tools/build/mk/OptionalObsoleteFiles.inc
index 3b8c0c1dff55..3e78ca88d75e 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -55,10 +55,6 @@ OLD_FILES+=usr/share/man/man8/acpidump.8.gz
 OLD_FILES+=usr/share/man/man8/iasl.8.gz
 .endif
 
-.if ${MK_ACPI} == no && ${MK_APM} == no
-OLD_FILES+=etc/rc.d/powerd
-.endif
-
 .if ${MK_APM} == no
 OLD_FILES+=etc/rc.d/apm
 OLD_FILES+=etc/rc.d/apmd

Reply via email to