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.
This commit is contained in:
Warner Losh 2002-11-09 07:45:53 +00:00
parent 490eeb06b4
commit 7b13078b41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106688
2 changed files with 18 additions and 1 deletions

View file

@ -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 \

17
etc/rc.d/devd Normal file
View file

@ -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"