git: d8799160c2db - main - rc.d: Put devmatch script in FreeBSD-devmatch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 09:35:38 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=d8799160c2db46ea0caa3752838808c3126e2a6c
commit d8799160c2db46ea0caa3752838808c3126e2a6c
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-28 07:31:59 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-01-27 09:35:32 +0000
rc.d: Put devmatch script in FreeBSD-devmatch
Differential Revision: https://reviews.freebsd.org/D37192
---
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 045b7cf2e67b..b443cdc193d2 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -23,7 +23,6 @@ CONFS= DAEMON \
ddb \
defaultroute \
devfs \
- devmatch \
dhclient \
dmesg \
dumpon \
@@ -119,6 +118,10 @@ CONFGROUPS+= DEVD
DEVD= devd
DEVDPACKAGE= devd
+CONFGROUPS+= DEVMATCH
+DEVMATCH= devmatch
+DEVMATCHPACKAGE= devmatch
+
.if ${MK_NIS} != "no"
CONFS+= ypbind \
ypldap \