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