From 9ca22a068f88d66762f1817f08149e31df524293 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 5 Jul 2009 17:14:05 +0000 Subject: [PATCH] - drop obsolete files Changed files: acpid-powersh_fix.patch -> 1.5 acpid.halt_on_power_button.conf -> 1.3 --- acpid-powersh_fix.patch | 22 ---------------------- acpid.halt_on_power_button.conf | 7 ------- 2 files changed, 29 deletions(-) delete mode 100644 acpid-powersh_fix.patch delete mode 100644 acpid.halt_on_power_button.conf diff --git a/acpid-powersh_fix.patch b/acpid-powersh_fix.patch deleted file mode 100644 index 0036fe3..0000000 --- a/acpid-powersh_fix.patch +++ /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 index 813b154..0000000 --- a/acpid.halt_on_power_button.conf +++ /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" -- 2.43.0