[Lunar-commits] CVS: moonbase/filesys/e2fsprogs/init.d mount, 1.4,
1.5
Auke Kok
sofar at lunar-linux.org
Mon Nov 15 09:35:51 UTC 2004
Update of /var/cvs/lunar/moonbase/filesys/e2fsprogs/init.d
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/filesys/e2fsprogs/init.d
Modified Files:
mount
Log Message:
yes this was the original fix rev1.2
Index: mount
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/e2fsprogs/init.d/mount,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mount 15 Nov 2004 09:35:19 -0000 1.4
+++ mount 15 Nov 2004 09:35:48 -0000 1.5
@@ -166,7 +166,7 @@
FORCE="-f"
fi
echo -n " * Checking all file systems"
- fsck -A -y &> /dev/null
+ fsck -A -y
if [ "$?" -eq "0" ] ; then
echo -e $RESULT_OK
else
More information about the Lunar-commits
mailing list