]> git.pld-linux.org Git - packages/acpid.git/blobdiff - acpid-powersh_fix.patch
- drop obsolete files
[packages/acpid.git] / acpid-powersh_fix.patch
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,\/,\ ,"`"
This page took 0.14457 seconds and 4 git commands to generate.