]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- fix remount to ro
authorArtur Frysiak <artur@frysiak.net>
Mon, 9 Aug 1999 20:42:02 +0000 (20:42 +0000)
committerArtur Frysiak <artur@frysiak.net>
Mon, 9 Aug 1999 20:42:02 +0000 (20:42 +0000)
svn-id: @470

rc.d/init.d/shutdwn

index 173963b3cac5f5700acbbc59f8ac8e70379ec45a..a129d81fe5898d6a99b88cd52fadd4957e502783 100755 (executable)
@@ -6,7 +6,7 @@
 #               Modified for PLD Linux by Grzegorz Stanislawski
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
 #
-# $Id: shutdwn,v 1.6 1999/07/31 11:24:19 misiek Exp $
+# $Id: shutdwn,v 1.7 1999/08/09 20:42:02 wiget Exp $
 
 # Set the path.
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
@@ -50,9 +50,9 @@ if [ -x /sbin/raidstop -a -f /etc/raidtab ]; then
 fi
 
 show "Remounting remaining filesystems ro mode"; busy
-if (mount | awk '/ext2/ { print $3 }' | \
-       while read line; do \
-       mount -n -o ro,remount $line; done); then
+if ( mount | awk '/ext2/ { print $3 }' | \
+       while read line; do 
+       mount -n -o ro,remount $line; done ); then
        deltext; ok
 else
        deltext; fail
This page took 0.058255 seconds and 4 git commands to generate.