# HG changeset patch # User Paul Issott # Date 1236629045 0 # Node ID 979868f40866a5e16632430db40f9aa645c3b6b9 # Parent 4ae0810cb439ae40be80d60c1f6e16acfbb7bd2b Tiny typos diff -r 4ae0810cb439 -r 979868f40866 etc/init.d/rc.shutdown --- a/etc/init.d/rc.shutdown Mon Mar 09 10:16:51 2009 +0000 +++ b/etc/init.d/rc.shutdown Mon Mar 09 20:04:05 2009 +0000 @@ -27,7 +27,7 @@ fi # Stop all daemons started at boot time. -echo "Stoping all demons started at boot time..." +echo "Stopping all daemons started at boot time..." for daemon in $RUN_DAEMONS do if [ -x /etc/init.d/$daemon ]; then @@ -50,7 +50,7 @@ killall5 # Umount filesystems. -echo -n "Remonting rootfs read only..." +echo -n "Remounting rootfs read only..." mount -o remount,ro / status echo "Unmounting all filesystems... " diff -r 4ae0810cb439 -r 979868f40866 etc/init.d/rcS --- a/etc/init.d/rcS Mon Mar 09 10:16:51 2009 +0000 +++ b/etc/init.d/rcS Mon Mar 09 20:04:05 2009 +0000 @@ -44,7 +44,7 @@ echo -n "Udevadm requesting events from the Kernel..." udevadm trigger status - echo -n "Udevadm waiting for the event queu to finish..." + echo -n "Udevadm waiting for the event queue to finish..." udevadm settle status echo "/sbin/udevd" > /proc/sys/kernel/hotplug @@ -172,7 +172,7 @@ done fi -# Be quit on configuration to avoid message overwriting ncrurses dialog +# Be quiet on configuration to avoid message overwriting ncurses dialog echo "0 0 0 0" > /proc/sys/kernel/printk # Start all scripts specified with $RUN_SCRIPTS. diff -r 4ae0810cb439 -r 979868f40866 etc/rcS.conf --- a/etc/rcS.conf Mon Mar 09 10:16:51 2009 +0000 +++ b/etc/rcS.conf Mon Mar 09 20:04:05 2009 +0000 @@ -32,7 +32,7 @@ # Daemons to start at boot time. SliTaz only provides a few daemons: firewall, # Web server (lighttpd), SSH server (dropbear) and rsyncd, so boot order is -# not realy important but dbus/hald should be starte before slim. +# not really important, but dbus/hald should be started before slim. RUN_DAEMONS="dbus hald firewall lighttpd slim" # Pre login bold message.