Remove reundant quote.
[netbsd-mini2440.git] / etc / rc.d / ccd
blob953739e2780b4edfbbc649bf4ab05f9bec1eb241
1 #!/bin/sh
3 # $NetBSD: ccd,v 1.4 2003/03/19 08:54:00 wiz Exp $
6 # PROVIDE: disks
8 $_rc_subr_loaded . /etc/rc.subr
10 name="ccd"
11 rcvar=$name
12 start_cmd="ccd_start"
13 stop_cmd=":"
15 ccd_start()
17 if [ -f /etc/ccd.conf ]; then
18 echo "Configuring CCD devices."
19 ccdconfig -C
23 load_rc_config $name
24 run_rc_command "$1"