From 54af802418d684af74b38c2a4546875a18021159 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 5 Mar 2011 15:14:44 -0500 Subject: [PATCH] extra/initscripts: fixed rc.shutdown --- core/initscripts/PKGBUILD | 5 ++++- core/initscripts/rc.shutdown | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/initscripts/PKGBUILD b/core/initscripts/PKGBUILD index ec88a980d..234b213f0 100755 --- a/core/initscripts/PKGBUILD +++ b/core/initscripts/PKGBUILD @@ -5,8 +5,11 @@ # rc.conf is different # rc.sysinit has our copyright info +# 2011.03-1: Kevin Mihelich +# - fixed LED turn-off, missing ; + pkgname=initscripts -pkgver=2011.01 +pkgver=2011.03 pkgrel=1 plugrel=1 pkgdesc="System initialization/bootup scripts" diff --git a/core/initscripts/rc.shutdown b/core/initscripts/rc.shutdown index 754e88458..28bd2fe7b 100755 --- a/core/initscripts/rc.shutdown +++ b/core/initscripts/rc.shutdown @@ -153,7 +153,7 @@ run_hook shutdown_poweroff # Turn LEDs off -/usr/bin/find /sys/ -path *led* -name *trigger* -exec sh -c '/bin/echo none > {}' \ +/usr/bin/find /sys/ -path *led* -name *trigger* -exec sh -c '/bin/echo none > {}' \; # Power off or reboot if [ "$RUNLEVEL" = "0" ]; then