[Lunar-commits] r17404 - moonbase/trunk/filesys/e2fsprogs/init.d

Auke Kok sofar at lunar-linux.org
Mon Nov 21 22:05:31 UTC 2005


Author: sofar
Date: 2005-11-21 22:05:28 +0000 (Mon, 21 Nov 2005)
New Revision: 17404

Modified:
   moonbase/trunk/filesys/e2fsprogs/init.d/mount
Log:
 * sofar spanks nestu
 * sofar spanks nestu
 * sofar spanks nestu


Modified: moonbase/trunk/filesys/e2fsprogs/init.d/mount
===================================================================
--- moonbase/trunk/filesys/e2fsprogs/init.d/mount	2005-11-21 19:58:26 UTC (rev 17403)
+++ moonbase/trunk/filesys/e2fsprogs/init.d/mount	2005-11-21 22:05:28 UTC (rev 17404)
@@ -220,7 +220,8 @@
       FORCE="-f"
    fi
 
-   exit_status=`run_with_msg_and_exit_codes " * Checking all file systems : " "fsck -A -y $FORCE" "0" "1" ""`
+   run_with_msg_and_exit_codes " * Checking all file systems : " "fsck -A -y $FORCE" "0" "1" ""
+   exit_status=$?
 
    case ${exit_status} in 
       0|1) # exited fine ( 0 ), or errors were fixed (1) 



More information about the Lunar-commits mailing list