This commit is contained in:
Michal S.
2026-08-04 17:59:44 +01:00
commit 69071efd58
123 changed files with 7728 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
# PROVIDE: mdevd DEVFS
# BEFORE: machine_identity
. /etc/rc.subr
name=mdevd
command=/sbin/mdevd
command_args="-C &"
run_rc_command "$1"