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:
parent
6eb74185cd
commit
ce0874622d
@ -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
17
etc/rc.d/devd
Normal 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"
|
Loading…
Reference in New Issue
Block a user