Module Name:    src
Committed By:   christos
Date:           Wed Feb 17 23:32:08 UTC 2010

Modified Files:
        src/etc/rc.d: fsck

Log Message:
Exclude root, since that is done in fsck_root.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/etc/rc.d/fsck

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/fsck
diff -u src/etc/rc.d/fsck:1.10 src/etc/rc.d/fsck:1.11
--- src/etc/rc.d/fsck:1.10	Fri Jul 10 16:02:21 2009
+++ src/etc/rc.d/fsck	Wed Feb 17 18:32:07 2010
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: fsck,v 1.10 2009/07/10 20:02:21 christos Exp $
+# $NetBSD: fsck,v 1.11 2010/02/17 23:32:07 christos Exp $
 #
 
 # PROVIDE: fsck
@@ -22,7 +22,7 @@
 	trap : 3		# enter single-user mode on failure.
 
 	echo "Starting file system checks:"
-	fsck $fsck_flags
+	fsck -x / $fsck_flags
 	handle_fsck_error "$?"
 }
 

Reply via email to