This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via b4da5a3df26c738d54a77face8b91c3e0a92b08c (commit) via 80566220003d9c3dcc01cdc63c6ef4ab9850b5b4 (commit) from 399d7b6e453e0d38a1a347c9571fe81a0c1aa001 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b4da5a3df26c738d54a77face8b91c3e0a92b08c Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 16 11:54:23 2011 +0200
acpid: Fix typo in shutdown script (was not functional).
commit 80566220003d9c3dcc01cdc63c6ef4ab9850b5b4 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 16 11:50:30 2011 +0200
acpid: Fix service startup issue.
/etc/sysconfig/acpid was missing and systemd wouldn't start it.
-----------------------------------------------------------------------
Summary of changes: pkgs/acpid/acpid.nm | 5 ++++- pkgs/acpid/power.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/acpid/acpid.nm b/pkgs/acpid/acpid.nm index 07afd2d..249672e 100644 --- a/pkgs/acpid/acpid.nm +++ b/pkgs/acpid/acpid.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = acpid PKG_VER = 2.0.9 -PKG_REL = 1 +PKG_REL = 3
PKG_MAINTAINER = PKG_GROUPS = Base System/Daemons @@ -49,4 +49,7 @@ define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/etc/acpi/{actions,events} cp -vf $(DIR_SOURCE)/power $(BUILDROOT)/etc/acpi/events/ cp -vf $(DIR_SOURCE)/power.sh $(BUILDROOT)/etc/acpi/actions/ + + -mkdir -pv $(BUILDROOT)/etc/sysconfig + cp -vf $(DIR_SOURCE)/acpid.sysconfig $(BUILDROOT)/etc/sysconfig/acpid endef diff --git a/pkgs/acpid/power.sh b/pkgs/acpid/power.sh index 4fb9ae0..839a318 100755 --- a/pkgs/acpid/power.sh +++ b/pkgs/acpid/power.sh @@ -1,4 +1,4 @@ #!/bin/sh
# Shutdown the system immediately -shudown -h now +shutdown -h now
hooks/post-receive -- IPFire 3.x development tree