]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
acpid: Fix typo in shutdown script (was not functional).
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Jun 2011 09:54:23 +0000 (11:54 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Jun 2011 09:54:23 +0000 (11:54 +0200)
pkgs/acpid/acpid.nm
pkgs/acpid/power.sh

index 510339b8959c911cab3751fba3cbbd7581312964..249672e28c061f4096361790b5ead85e95b2b43b 100644 (file)
@@ -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
index 4fb9ae03c218ef658ed9f043a71ff02903c4a97b..839a31818b0a0aefc3eb0d07251911b3277016e3 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 # Shutdown the system immediately
-shudown -h now
+shutdown -h now