[Lunar-commits] <moonbase> acpid: version bumped to 2.0.6.

Florin Braescu florin at lunar-linux.org
Fri Oct 8 20:10:41 CEST 2010


commit f99a1a4c0d6d87c48048d068cc8b978d1f922db3
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Oct 8 21:10:41 2010 +0300

    acpid: version bumped to 2.0.6.
    
    Thanks to wdp for the submission.
---
 utils/acpid/BUILD   |    2 +-
 utils/acpid/DETAILS |   20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/utils/acpid/BUILD b/utils/acpid/BUILD
index 18420aa..884bd8d 100644
--- a/utils/acpid/BUILD
+++ b/utils/acpid/BUILD
@@ -6,7 +6,7 @@
 
   mkdir -p /etc/acpi/events /etc/acpi/actions &&
 
-  # not everybody wants the default poweroff script ;)
+#  not everybody wants the default poweroff script ;)
   if [ ! -e /etc/acpi/events/power ]; then
     install -D -m644 ${SCRIPT_DIRECTORY}/power /etc/acpi/events/power
   fi &&
diff --git a/utils/acpid/DETAILS b/utils/acpid/DETAILS
index c44d351..9898c95 100644
--- a/utils/acpid/DETAILS
+++ b/utils/acpid/DETAILS
@@ -1,17 +1,17 @@
           MODULE=acpid
-         VERSION=1.0.10
+         VERSION=2.0.6
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:743a11f34993cbd70f011d45634c4520e2d4d426
-        WEB_SITE=http://acpid.sourceforge.net/
+      SOURCE_URL=http://www.tedfelix.com/linux
+      SOURCE_VFY=sha1:d2f5fdb80c6cee8b49250435d66828a4610b0846
+        WEB_SITE=http://acpid.sourceforge.net
          ENTERED=20031102
-         UPDATED=20091202
+         UPDATED=20101008
            SHORT="An ACPI event monitor daemon"
 
 cat << EOF
-ACPID is a completely flexible, totally extensible daemon for delivering 
-ACPI events. It listens on a file (/proc/acpi/event) and when an event 
-occurs, executes programs to handle the event. The programs it executes 
-are configured through a set of configuration files, which can be dropped 
-into place by packages or by the admin.
+This is Ted Felix's <http://www.tedfelix.com> branch of the acpid project
+which includes support for netlink and the input layer.
+/proc/acpi/event is a deprecated kernel interface for ACPI events. Newer
+kernels rely on netlink and the input layer to send ACPI-related events.
+This branch of acpid uses these new interfaces.
 EOF


More information about the Lunar-commits mailing list