repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pull morse(6) into the new millenium and teach it to use sound(4).
[dragonfly.git]
/
etc
/
rc.d
/
usbd
blob
eba167105222a06cc295460bc5dd90173c7fa798
1
#!/bin/sh
2
#
3
# $FreeBSD: src/etc/rc.d/usbd,v 1.1 2002/06/13 22:14:36 gordon Exp $
4
# $DragonFly: src/etc/rc.d/usbd,v 1.3 2005/11/19 21:47:32 swildner Exp $
5
#
6
7
# PROVIDE: usbd
8
# REQUIRE: DAEMON
9
# BEFORE: LOGIN
10
11
.
/
etc
/
rc.subr
12
13
name
=
"usbd"
14
rcvar
=
`set_rcvar`
15
command
=
"/usr/sbin/
${name}
"
16
17
load_rc_config
$name
18
run_rc_command
"
$1
"