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
kernel - Add kprintf0() (#ifdef'd out)
[dragonfly.git]
/
etc
/
rc.d
/
udevd
blob
5d8c4764bb6669e62cc8124c5e71a20f1217b381
1
#!/bin/sh
2
# PROVIDE: udevd
3
4
.
/
etc
/
rc.subr
5
6
name
=
"udevd"
7
rcvar
=
`set_rcvar`
8
pidfile
=
"/var/run/
${name}
.pid"
9
command
=
"/sbin/
${name}
"
10
11
load_rc_config
$name
12
run_rc_command
"
$1
"