repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove reundant quote.
[netbsd-mini2440.git]
/
etc
/
rc.d
/
ccd
blob
953739e2780b4edfbbc649bf4ab05f9bec1eb241
1
#!/bin/sh
2
#
3
# $NetBSD: ccd,v 1.4 2003/03/19 08:54:00 wiz Exp $
4
#
5
6
# PROVIDE: disks
7
8
$_rc_subr_loaded
.
/
etc
/
rc.subr
9
10
name
=
"ccd"
11
rcvar
=
$name
12
start_cmd
=
"ccd_start"
13
stop_cmd
=
":"
14
15
ccd_start
()
16
{
17
if
[
-f
/
etc
/
ccd.conf
];
then
18
echo
"Configuring CCD devices."
19
ccdconfig
-C
20
fi
21
}
22
23
load_rc_config
$name
24
run_rc_command
"
$1
"