From: GiWoong Kim Date: Fri, 11 Oct 2013 10:09:32 +0000 (+0900) Subject: Merge rc.shutdown 'system-plugin-slp' into emulator X-Git-Tag: submit/tizen_common/20140529.181337~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fdddd40f203ece8ca8aaaf7b55d8cb0adb80b96;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git Merge rc.shutdown 'system-plugin-slp' into emulator Change-Id: I11320cd246bed727e4facb13f2f7bdc496f323fc Signed-off-by: GiWoong Kim --- diff --git a/filesystem/etc/rc.d/rc.shutdown b/filesystem/etc/rc.d/rc.shutdown index 5551baf..071153a 100755 --- a/filesystem/etc/rc.d/rc.shutdown +++ b/filesystem/etc/rc.d/rc.shutdown @@ -1,3 +1,5 @@ +#!/bin/sh + export DISPLAY=:0 killall power_manager killall -9 udevd @@ -11,33 +13,16 @@ echo "nfc sdkMsg flush..." echo > /opt/nfc/sdkMsg echo "Run Shutdown animation..." -nice -n -15 /usr/bin/boot-animation --offmsg " " & +nice -n -15 /usr/bin/boot-animation --offmsg " " --clear & sleep 1 -echo "Stopping menu screen..." -killall -9 menu_screen - -#echo "Stopping all applications..." -#/usr/bin/enter_deepsleep - echo "Stopping indicator..." killall -9 indicator -value=1 -while [&value != "0"]; -do - value='vconftool get memory/boot_animation/finished | awk '{print $4}'' - sleep 0.5 -done -sleep 1 -echo "Turn off LCD after finishing boot-animation" -xset dpms force off - # factory resetting... # flag set by factory-reset.sh if [ -f /opt/.factoryreset ]; then /usr/bin/run-factory-reset.sh fi -#echo 4 > /sys/class/graphics/fb0/blank diff --git a/packaging/system-plugin-emulator.changes b/packaging/system-plugin-emulator.changes index e5c5b01..16fbe7a 100644 --- a/packaging/system-plugin-emulator.changes +++ b/packaging/system-plugin-emulator.changes @@ -1,3 +1,6 @@ +* Fri Oct 11 10:18:17 UTC 2013 GiWoong Kim +- Merge rc.shutdown 'system-plugin-slp' into emulator + * Mon Sep 30 14:30:50 UTC 2013 GiWoong Kim - added /opt/nfc/sdkMsg flushing to rc.shutdown diff --git a/packaging/system-plugin-emulator.spec b/packaging/system-plugin-emulator.spec index b46ac14..803bce8 100644 --- a/packaging/system-plugin-emulator.spec +++ b/packaging/system-plugin-emulator.spec @@ -1,5 +1,5 @@ Name: system-plugin-emulator -Version: 0.0.13 +Version: 0.0.14 Release: 1 %define systemd_dir /usr/lib/systemd