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
Sync usage with man page.
[netbsd-mini2440.git]
/
etc
/
rc.d
/
bthcid
blob
9f31bccf8663f43e4743c150b7e14b22d0f4e8a4
1
#!/bin/sh
2
#
3
# $NetBSD: bthcid$
4
#
5
6
# PROVIDE: bthcid
7
# REQUIRE: bluetooth
8
# BEFORE: LOGIN
9
10
$rc_subr_loaded
.
/
etc
/
rc.subr
11
12
name
=
"bthcid"
13
rcvar
=
$name
14
15
command
=
"/usr/sbin/
${name}
"
16
pidfile
=
"/var/run/
${name}
.pid"
17
18
load_rc_config
$name
19
run_rc_command
"
$1
"