slitaz-boot-scripts rev 146

Tiny typos
author Paul Issott <paul@slitaz.org>
date Mon Mar 09 20:04:05 2009 +0000 (2009-03-09)
parents 4ae0810cb439
children 10b04a333b4d
files etc/init.d/rc.shutdown etc/init.d/rcS etc/rcS.conf
line diff
     1.1 --- a/etc/init.d/rc.shutdown	Mon Mar 09 10:16:51 2009 +0000
     1.2 +++ b/etc/init.d/rc.shutdown	Mon Mar 09 20:04:05 2009 +0000
     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... "
     2.1 --- a/etc/init.d/rcS	Mon Mar 09 10:16:51 2009 +0000
     2.2 +++ b/etc/init.d/rcS	Mon Mar 09 20:04:05 2009 +0000
     2.3 @@ -44,7 +44,7 @@
     2.4  	echo -n "Udevadm requesting events from the Kernel..."
     2.5  	udevadm trigger
     2.6  	status
     2.7 -	echo -n "Udevadm waiting for the event queu to finish..."
     2.8 +	echo -n "Udevadm waiting for the event queue to finish..."
     2.9  	udevadm settle
    2.10  	status
    2.11  	echo "/sbin/udevd" > /proc/sys/kernel/hotplug
    2.12 @@ -172,7 +172,7 @@
    2.13  	done
    2.14  fi
    2.15  
    2.16 -# Be quit on configuration to avoid message overwriting ncrurses dialog
    2.17 +# Be quiet on configuration to avoid message overwriting ncurses dialog
    2.18  echo "0 0 0 0" > /proc/sys/kernel/printk
    2.19  
    2.20  # Start all scripts specified with $RUN_SCRIPTS.
     3.1 --- a/etc/rcS.conf	Mon Mar 09 10:16:51 2009 +0000
     3.2 +++ b/etc/rcS.conf	Mon Mar 09 20:04:05 2009 +0000
     3.3 @@ -32,7 +32,7 @@
     3.4  
     3.5  # Daemons to start at boot time. SliTaz only provides a few daemons: firewall,
     3.6  # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is
     3.7 -# not realy important but dbus/hald should be starte before slim.
     3.8 +# not really important, but dbus/hald should be started before slim.
     3.9  RUN_DAEMONS="dbus hald firewall lighttpd slim"
    3.10  
    3.11  # Pre login bold message.