]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:14:05 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid-powersh_fix.patch -> 1.5
    acpid.halt_on_power_button.conf -> 1.3

acpid-powersh_fix.patch [deleted file]
acpid.halt_on_power_button.conf [deleted file]

diff --git a/acpid-powersh_fix.patch b/acpid-powersh_fix.patch
deleted file mode 100644 (file)
index 0036fe3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN acpid.orig/samples/acpi_handler.sh acpid-1.0.2/samples/acpi_handler.sh
---- acpid.orig/samples/acpi_handler.sh 2001-08-13 19:45:25.000000000 +0200
-+++ acpid-1.0.2/samples/acpi_handler.sh        2003-09-22 21:07:13.974984824 +0200
-@@ -11,6 +11,8 @@
-               case "$2" in
-                       power)  /sbin/init 0
-                               ;;
-+                      sleep)  logger "ACPI sleep action on $2 is not defined"
-+                              ;;
-                       *)      logger "ACPI action $2 is not defined"
-                               ;;
-               esac
-diff -urN acpid.orig/samples/sample.conf acpid-1.0.2/samples/sample.conf
---- acpid.orig/samples/sample.conf     2001-08-16 23:39:00.000000000 +0200
-+++ acpid-1.0.2/samples/sample.conf    2003-09-22 21:07:26.895020680 +0200
-@@ -1,4 +1,4 @@
- # This is a sample ACPID configuration
--# event=button power.*
--# action=/usr/local/bin/power.sh "%e"
-+# event=power
-+# action=/usr/sbin/power.sh "`echo "%e" | sed -e "s,\/,\ ,"`"
diff --git a/acpid.halt_on_power_button.conf b/acpid.halt_on_power_button.conf
deleted file mode 100644 (file)
index 813b154..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# This is a sample ACPID configuration 
-
-# event=power
-event=button/power.*
-
-action=/usr/sbin/power.sh "`echo "%e" | sed -e "s,\/,\ ,"`"
-# action=/usr/sbin/power.sh "%e"
This page took 0.060282 seconds and 4 git commands to generate.