summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/devd
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-11-09 07:45:53 +0000
committerimp <imp@FreeBSD.org>2002-11-09 07:45:53 +0000
commitce0874622d8b5ea6b29fe53a6b9423c1bd8c5125 (patch)
tree4e5fee3853fd1a5cb7807e366553042dca5abd18 /etc/rc.d/devd
parent6eb74185cdce03440b5bee66697e60bf9ff75943 (diff)
downloadFreeBSD-src-ce0874622d8b5ea6b29fe53a6b9423c1bd8c5125.zip
FreeBSD-src-ce0874622d8b5ea6b29fe53a6b9423c1bd8c5125.tar.gz
Add devd to the mix. It should run basically last at this point.
# I've tested this, but only lightly, so please email me with problems.
Diffstat (limited to 'etc/rc.d/devd')
-rw-r--r--etc/rc.d/devd17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/rc.d/devd b/etc/rc.d/devd
new file mode 100644
index 0000000..7702c77
--- /dev/null
+++ b/etc/rc.d/devd
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+# PROVIDE: devd
+# REQUIRE: devfs
+# KEYWORD: FreeBSD
+
+. /etc/rc.subr
+
+name="devd"
+rcvar=`set_rcvar`
+command="/sbin/devd"
+
+load_rc_config $name
+run_rc_command "$1"
OpenPOWER on IntegriCloud