acpi_hp.4: List the HP Compaq nc6320 as tested with the acpi_hp(4) driver.
[dragonfly.git] / etc / rc.d / udevd_early
1 #!/bin/sh
2 # PROVIDE: udevd_early
3 # BEFORE: mountcritlocal
4
5 . /etc/rc.subr
6
7 name="udevd_early"
8 rcvar=`set_rcvar`
9 command="/sbin/udevd"
10
11 load_rc_config $name
12 run_rc_command "$1"
13