git: 9cfd02f5ce40 - stable/13 - rc.d: Put devmatch script in FreeBSD-devmatch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 10:53:49 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=9cfd02f5ce40cb60fd3fd5985379f16ec63228f8 commit 9cfd02f5ce40cb60fd3fd5985379f16ec63228f8 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-10-28 07:31:59 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-02-02 10:35:48 +0000 rc.d: Put devmatch script in FreeBSD-devmatch Differential Revision: https://reviews.freebsd.org/D37192 (cherry picked from commit d8799160c2db46ea0caa3752838808c3126e2a6c) --- 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 834aaeb5d9ae..8fdbc1422452 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -25,7 +25,6 @@ CONFS= DAEMON \ ddb \ defaultroute \ devfs \ - devmatch \ dhclient \ dmesg \ dumpon \ @@ -121,6 +120,10 @@ CONFGROUPS+= DEVD DEVD= devd DEVDPACKAGE= devd +CONFGROUPS+= DEVMATCH +DEVMATCH= devmatch +DEVMATCHPACKAGE= devmatch + .if ${MK_NIS} != "no" CONFS+= ypbind \ ypldap \