[Lunar-commits] CVS: moonbase/filesys/e2fsprogs/init.d mount, 1.1, 1.2

Auke Kok sofar at lunar-linux.org
Fri Jan 2 00:59:45 GMT 2004


Update of /var/cvs/lunar/moonbase/filesys/e2fsprogs/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1502

Modified Files:
	mount 
Log Message:
language


Index: mount
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/e2fsprogs/init.d/mount,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mount	29 Dec 2003 18:58:18 -0000	1.1
+++ mount	2 Jan 2004 00:59:43 -0000	1.2
@@ -63,7 +63,7 @@
     if [ "$?" -eq "0" ] ; then
       echo    -e $RESULT_OK
     else
-      if [ "$?" -eq "1" ] ; then    # Don't force the poor guy into rescue mode, if fscked cleaned it
+      if [ "$?" -eq "1" ] ; then    # Don't force the poor guy into rescue mode, if fsck cleaned it
         echo  -e $RESULT_WARN
       else
         echo  -e " * fsck failed.$RESULT_FAIL"



More information about the Lunar-commits mailing list