slitaz-boot-scripts diff etc/init.d/rcS @ rev 20

Modified rc.shutdown(killall5) + typo
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 14 10:21:08 2008 +0100 (2008-01-14)
parents 3659b58f2398
children 8d77d0bba811
line diff
     1.1 --- a/etc/init.d/rcS	Mon Jan 14 10:17:11 2008 +0100
     1.2 +++ b/etc/init.d/rcS	Mon Jan 14 10:21:08 2008 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4  
     1.5  # Creat /dev/cdrom if needed (symlink does not exist on LiveCD). Chmod
     1.6  # hack for Asunder and burnbox allowing all users to burn/rip CD/DVD.
     1.7 -# Add also /dev/cdrom to fstab in entry dos not exist.
     1.8 +# Add also /dev/cdrom to fstab if entry dos not exist.
     1.9  #
    1.10  DRIVE_NAME=`cat /proc/sys/dev/cdrom/info | grep "drive name" | cut -f 3`
    1.11  if [ ! "`readlink /dev/cdrom`" ]; then