kernel - Fix some rare pmap races in i386 and x86_64.
[dragonfly.git] / etc / rc.d / hotplugd
blobbc449c2cd0a7c82f7b3502558c12fa8b45e87757
1 #!/bin/sh
2 # PROVIDE: hotplugd
3 # REQUIRE: syslogd
5 . /etc/rc.subr
7 name="hotplugd"
8 rcvar=`set_rcvar`
9 command="/usr/sbin/${name}"
11 load_rc_config $name
12 run_rc_command "$1"