Split fsck during boot into two phases. Check the root file system
[netbsd-mini2440.git] / etc / rc.d / ccd
blobf3835cc293993b2a3802ed35d1d7678945d58d52
1 #!/bin/sh
3 # $NetBSD: ccd,v 1.5 2004/08/13 18:08:03 mycroft Exp $
6 # PROVIDE: ccd
7 # BEFORE: DISKS
9 $_rc_subr_loaded . /etc/rc.subr
11 name="ccd"
12 rcvar=$name
13 start_cmd="ccd_start"
14 stop_cmd=":"
16 ccd_start()
18 if [ -f /etc/ccd.conf ]; then
19 echo "Configuring CCD devices."
20 ccdconfig -C
24 load_rc_config $name
25 run_rc_command "$1"