New issue by kruceter on void-packages repository https://github.com/void-linux/void-packages/issues/41994 Description: ### Is this a new report? Yes ### System Info Void 5.15.85_1 x86_64-musl GenuineIntel uptodate hold rFFFFFFFFFFFF ### Package(s) Affected acpid-2.0.34_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour The package is not (?) supposed to clog syslog with undefined arrow keys. ### Actual behaviour `acpid` uses `/etc/acpid/handler.sh` to flood syslog with `ACPI group/action undefined: button/ / `. ### Steps to reproduce Use acpid as a runit service. Reproduce the behavior with `extrace` in case you do not have any system loggers installed. Now, abuse button keys and see something like this below: ``` 19226 /bin/sh /etc/acpi/handler.sh button/down DOWN 00000080 00000000 K 19227 cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq 19228 cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq 19229 logger 'ACPI group/action undefined: button/down / DOWN' ```