From: Michael Tremer Date: Thu, 16 Jun 2011 09:54:23 +0000 (+0200) Subject: acpid: Fix typo in shutdown script (was not functional). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4da5a3df26c738d54a77face8b91c3e0a92b08c;p=ipfire-3.x.git acpid: Fix typo in shutdown script (was not functional). --- diff --git a/pkgs/acpid/acpid.nm b/pkgs/acpid/acpid.nm index 510339b89..249672e28 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 = 2 +PKG_REL = 3 PKG_MAINTAINER = PKG_GROUPS = Base System/Daemons diff --git a/pkgs/acpid/power.sh b/pkgs/acpid/power.sh index 4fb9ae03c..839a31818 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