~ubuntu-branches/ubuntu/maverick/acpid/maverick-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-04-26 17:25:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100426172502-vjj4cgd4crfm6j66
Tags: 1.0.10-5ubuntu2.1
debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs
exists before sourcing it; note that acpid does not depend on
acpi-support (which is fine, as it brings in lots of X dependencies
not appropriate for servers); this fix will allow Ubuntu servers
(especially those in VMs) to run acpid and catch and handle power
button events again; LP: #570450

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
acpid (1.0.10-5ubuntu2.1) lucid-proposed; urgency=low
 
2
 
 
3
  * debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs
 
4
    exists before sourcing it; note that acpid does not depend on
 
5
    acpi-support (which is fine, as it brings in lots of X dependencies
 
6
    not appropriate for servers); this fix will allow Ubuntu servers
 
7
    (especially those in VMs) to run acpid and catch and handle power
 
8
    button events again; LP: #570450
 
9
 
 
10
 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 26 Apr 2010 17:25:02 -0500
 
11
 
1
12
acpid (1.0.10-5ubuntu2) lucid; urgency=low
2
13
 
3
14
  * Source /usr/share/acpi-support/power-funcs in powerbtn.sh (LP: #508073)