git: 68ee29c97da6 - stable/13 - rc.d: Put devd script in FreeBSD-devd package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 10:53:48 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=68ee29c97da649e3a45c81d948967b42019836f7
commit 68ee29c97da649e3a45c81d948967b42019836f7
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-28 07:31:17 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 10:35:34 +0000
rc.d: Put devd script in FreeBSD-devd package
Differential Revision: https://reviews.freebsd.org/D37186
(cherry picked from commit f0435696920bd18d46a31c69105d8cbaa7d479e5)
---
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 0c1106338378..834aaeb5d9ae 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -24,7 +24,6 @@ CONFS= DAEMON \
ctld \
ddb \
defaultroute \
- devd \
devfs \
devmatch \
dhclient \
@@ -118,6 +117,10 @@ CONFS= DAEMON \
var_run \
watchdogd
+CONFGROUPS+= DEVD
+DEVD= devd
+DEVDPACKAGE= devd
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \