3 # $NetBSD: fsck,v 1.9 2008/03/02 21:31:30 tron Exp $
9 $_rc_subr_loaded .
/etc
/rc.subr
12 start_cmd
="fsck_start"
17 if [ -e /fastboot
]; then
18 echo "Fast boot: skipping disk checks."
21 trap : 2 # Ignore SIGINT, SIGQUIT, so we
22 trap : 3 # enter single-user mode on failure.
24 echo "Starting file system checks:"
26 handle_fsck_error
"$?"