# HG changeset patch # User Christophe Lincoln # Date 1200302468 -3600 # Node ID 177e91b4a3fa44c8a35db0b12ceeef5cf7ac4240 # Parent 3659b58f2398b1e4c7444a047fe462716d630ade Modified rc.shutdown(killall5) + typo diff -r 3659b58f2398 -r 177e91b4a3fa etc/init.d/rc.shutdown --- a/etc/init.d/rc.shutdown Mon Jan 14 10:17:11 2008 +0100 +++ b/etc/init.d/rc.shutdown Mon Jan 14 10:21:08 2008 +0100 @@ -32,7 +32,14 @@ /sbin/swapoff -a status && sleep 2 +# Kill all processes. +echo -n "Killing all processes..." +killall5 && sleep 2 +status + # Umount filesystems. -echo -n "Unmounting all filesystems... " -/bin/umount -a -r -#status +echo -n "Remonting rootfs read only..." +mount -o remount,ro / +status +echo "Unmounting all filesystems... " +/bin/umount -a diff -r 3659b58f2398 -r 177e91b4a3fa etc/init.d/rcS --- a/etc/init.d/rcS Mon Jan 14 10:17:11 2008 +0100 +++ b/etc/init.d/rcS Mon Jan 14 10:21:08 2008 +0100 @@ -50,7 +50,7 @@ # Creat /dev/cdrom if needed (symlink does not exist on LiveCD). Chmod # hack for Asunder and burnbox allowing all users to burn/rip CD/DVD. -# Add also /dev/cdrom to fstab in entry dos not exist. +# Add also /dev/cdrom to fstab if entry dos not exist. # DRIVE_NAME=`cat /proc/sys/dev/cdrom/info | grep "drive name" | cut -f 3` if [ ! "`readlink /dev/cdrom`" ]; then