slitaz-arm diff rootfs/etc/init.d/shutdown.sh @ rev 100

Start Rpi GPIO + leds CGI plugin and improve tazberry
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 05:24:04 2014 +0200 (2014-04-13)
parents bfdc7cc1c657
children a02d52c27190
line diff
     1.1 --- a/rootfs/etc/init.d/shutdown.sh	Sun Mar 30 16:39:54 2014 +0200
     1.2 +++ b/rootfs/etc/init.d/shutdown.sh	Sun Apr 13 05:24:04 2014 +0200
     1.3 @@ -8,16 +8,12 @@
     1.4  . /etc/rcS.conf
     1.5  
     1.6  # Messages
     1.7 -clear && newline
     1.8 +clear
     1.9  boldify "System is going down for reboot or halt..."
    1.10 +newline
    1.11  colorize 32 $(uptime)
    1.12  newline
    1.13  
    1.14 -# Store last alsa settings
    1.15 -if [ -x /usr/sbin/alsactl ]; then
    1.16 -	alsactl store
    1.17 -fi
    1.18 -
    1.19  # Stop all daemons started at boot time
    1.20  if [ "$RUN_DAEMONS" ]; then
    1.21  	colorize 33 "Stopping all daemons..."