214c238ed9
Mon Aug 09 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.3-2 - Update to 1.0.3 (fixes #128834) - s/Copyright/License/ - Add logrotate config file (#110677, from Michal Jaegermann) - Don't verify contents of /var/log/acpid (#125862) - Use $RPM_OPT_FLAGS - Fix and cleanup acpid-1.0.1-pm1.patch - Add condrestart to %postun
11 lines
379 B
Diff
11 lines
379 B
Diff
diff -urN acpid/samples/sample.conf acpid-1.0.3/samples/sample.conf
|
|
--- acpid/samples/sample.conf 2001-08-16 23:50:27.000000000 +0200
|
|
+++ acpid-1.0.3/samples/sample.conf 2004-08-09 01:15:09.879605992 +0200
|
|
@@ -1,4 +1,4 @@
|
|
# This is a sample ACPID configuration
|
|
|
|
-# event=button power.*
|
|
-# action=/usr/local/bin/power.sh "%e"
|
|
+event=button/power.*
|
|
+action=/sbin/shutdown -h now
|