There is a new pull request by zevweiss against master on the void-packages repository https://github.com/zevweiss/void-packages acpid-tweak https://github.com/void-linux/void-packages/pull/48864 acpid: Only read cpuinfo_{min,max}_freq when needed Previously handler.sh would unconditionally fork/exec 'cat' twice to read these files on any invocation, though their values are only used for ac_adapter events. Tidy it up to only read them when handling that case. #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/48864.patch is attached