[Pkg-acpi-devel] Bug#701538: pre-approval of acpid/1:2.0.16-1+deb7u1

Philipp Kern pkern at debian.org
Sun Feb 24 11:37:25 UTC 2013


Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: unblock

Hi,

the attached patch fixes an issue with acpid running under systemd.
acpid ships its own unit files for systemd, instead of using the init
script. The one that should've replaced the init script does, however,
not get activated with the acpid package in wheezy and hence acpid does
not start on boot. This means, for instance, that VMs running wheezy
with systemd will not respond to the power button. This is how libvirt &
KVM signal that a VM should shut itself down.

The patch, courtesy of Michael Biebl, is very minimal:

diff --git a/debian/acpid.service b/debian/acpid.service
index 733edc9..b998711 100644
--- a/debian/acpid.service
+++ b/debian/acpid.service
@@ -5,3 +5,6 @@ Requires=acpid.socket
 [Service]
 StandardInput=socket
 ExecStart=/usr/sbin/acpid
+
+[Install]
+WantedBy=multi-user.target

Could the acpid maintainers upload this change with version
1:2.0.16-1+deb7u1 to t-p-u? Unstable does contain a new upstream version
and hence the fix cannot propagate from there, even though it's fixed in
unstable already.

Kind regards
Philipp Kern



More information about the Pkg-acpi-devel mailing list