rc.d: Put devd script in FreeBSD-devd package

Differential Revision:	https://reviews.freebsd.org/D37186
This commit is contained in:
Emmanuel Vadot 2022-10-28 09:31:17 +02:00
parent ac4c695ad6
commit f043569692

View File

@ -22,7 +22,6 @@ CONFS= DAEMON \
ctld \
ddb \
defaultroute \
devd \
devfs \
devmatch \
dhclient \
@ -116,6 +115,10 @@ CONFS= DAEMON \
var_run \
watchdogd
CONFGROUPS+= DEVD
DEVD= devd
DEVDPACKAGE= devd
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \