*** halt.orig Tue Sep 16 09:12:05 1997 --- halt Thu Feb 4 23:54:46 1999 *************** *** 46,51 **** --- 46,56 ---- umount -a mount -n -o remount,ro / + echo "-----------------------------------------------------------------------------" + echo "Stopping RAID devices..." + mdstop -a + echo "-----------------------------------------------------------------------------" + echo "Remounting remaining filesystems (if any) readonly" mount | awk '/ext2/ { print $3 }' | while read line; do mount -n -o ro,remount $line