summaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rwxr-xr-xetc/rc.d/Makefile2
-rw-r--r--etc/rc.d/devd17
2 files changed, 18 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index b9408e5..53e1382 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -5,7 +5,7 @@
FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \
apm apmd atm1 atm2.sh atm3.sh archdep bgfsck bootparams ccd cleanvar \
- cleartmp cron devdb devfs diskless dmesg dumpon fsck inetd \
+ cleartmp cron devd devdb devfs diskless dmesg dumpon fsck inetd \
initdiskless initrandom ip6fw ipfilter ipfw ipmon ipnat ipsec \
ipxrouted isdnd kadmind kerberos keyserv ldconfig local \
localdaemons lomac lpd motd mountcritlocal mountcritremote \
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