-1 forc --- rc.sysinit 2002-05-16 10:46:55.000000000 -0400 +++ rc.sysinit.new 2002-06-04 17:03:55.000000000 -0400 @@ -441,7 +441,7 @@ }
_RUN_QUOTACHECK=0
-ROOTFSTYPE=`grep " / " /proc/mounts | awk '{ print $3 }'`
+ROOTFSTYPE=`awk '$2 == "/" {print $3}' /proc/mounts`
if [ -z "$fastboot" -a "$ROOTFSTYPE" != "nfs" ]; then
gprintf "Checking root filesystem\n"
