Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2025 09:29:29 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: 28d74f18f1c2 - main - OptionalObsoleteFiles: etc/rc.d/powerd is used/useful without ACPI/APM
Message-ID:  <202505190929.54J9TT4D013037@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=28d74f18f1c222022ee4e9a2cdc63b1c21037392

commit 28d74f18f1c222022ee4e9a2cdc63b1c21037392
Author:     Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2025-05-19 09:23:29 +0000
Commit:     Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2025-05-19 09:29:06 +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
    MFC after:      1 week
---
 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 6de8f1c5a0f6..5c598306e152 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



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