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

Auke Kok sofar at lunar-linux.org
Mon Nov 15 09:35:21 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:
Ever wonder why your box didn't fsck again on boot? no? well I fixed this a while ago and some people were really happy with it. Until of course the error gets added back in because of the way the init scripts were not being tracked by modules in the past. I hope you are getting the idea now and you should really make sure that the foles you are editing are the right versions. Please please please do.


Index: mount
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/e2fsprogs/init.d/mount,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mount	8 Nov 2004 09:36:45 -0000	1.3
+++ mount	15 Nov 2004 09:35:19 -0000	1.4
@@ -166,7 +166,7 @@
 	  FORCE="-f"
       fi
       echo      -n " * Checking all file systems"
-      fsck      -A -y -a &> /dev/null
+      fsck      -A -y &> /dev/null
       if [ "$?" -eq "0" ] ; then
 	  echo    -e $RESULT_OK
       else



More information about the Lunar-commits mailing list