Programming Languages: C
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics cvs -d:pserver:anonymous@acpid.cvs.sourceforge.net:/cvsroot/acpid login
cvs -z3 -d:pserver:anonymous@acpid.cvs.sourceforge.net:/cvsroot/acpid co -P modulename
Prevent acidental shutdowns on headless solutions: Should be default config ! Add this to the end of /etc/acpi/powerbtn.sh [code]# chaveiro mod #Check for powerbutton pressings # 1s/(60sXmin)=0.0166666667 min s=2 # seconds for second press ns="0.0"$((s*1000/60)) last=$(find /tmp/powerbtn -type f -amin -$ns) if test "$last" != ""; then rm -f...
2012-05-21 15:56:39 PDT by chaveiro
acpid 2.0.15 is now available. We've got an autoconf build system now, and many improvements to take advantage of modern linux kernels and libs. See the changelog for more. http://www.tedfelix.com/linux/acpid-netlink.html.
2012-03-15 15:59:54 PDT by tedfelix