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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Mar 03 16:32:33 2014 +0000 (2014-03-03)
parents 5fc6d5fabb1c
children 337bfffcce70
line diff
     1.1 --- a/rootfs/etc/init.d/shutdown.sh	Tue May 29 23:51:57 2012 +0000
     1.2 +++ b/rootfs/etc/init.d/shutdown.sh	Mon Mar 03 16:32:33 2014 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  # Stop all daemons started at boot time
     1.6  if [ "$RUN_DAEMONS" ]; then
     1.7 -	colorize 33 "Stoping all daemons..."
     1.8 +	colorize 33 "Stopping all daemons..."
     1.9  	for daemon in $RUN_DAEMONS; do
    1.10  		/etc/init.d/$daemon stop
    1.11  	done