From f0435696920bd18d46a31c69105d8cbaa7d479e5 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 28 Oct 2022 09:31:17 +0200 Subject: [PATCH] rc.d: Put devd script in FreeBSD-devd package Differential Revision: https://reviews.freebsd.org/D37186 --- libexec/rc/rc.d/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 703668ef4dd5..045b7cf2e67b 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -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 \