slitaz-boot-scripts diff etc/init.d/rc.shutdown @ rev 160

bootopts.sh: Improve, clean and speed up boot options
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 16:11:54 2009 +0200 (2009-04-26)
parents 7d89350f47ed
children 106fc03e782e
line diff
     1.1 --- a/etc/init.d/rc.shutdown	Sun Mar 08 00:13:46 2009 +0100
     1.2 +++ b/etc/init.d/rc.shutdown	Sun Apr 26 16:11:54 2009 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  fi
     1.5  
     1.6  # Stop all daemons started at boot time.
     1.7 -echo "Stoping all demons started at boot time..."
     1.8 +echo "Stopping all daemons started at boot time..."
     1.9  for daemon in $RUN_DAEMONS
    1.10  do
    1.11  	if [ -x /etc/init.d/$daemon ]; then
    1.12 @@ -50,7 +50,7 @@
    1.13  killall5
    1.14  
    1.15  # Umount filesystems.
    1.16 -echo -n "Remonting rootfs read only..."
    1.17 +echo -n "Remounting rootfs read only..."
    1.18  mount -o remount,ro /
    1.19  status
    1.20  echo "Unmounting all filesystems... "