git: de6eaf5c35ad - stable/13 - pkgbase: Put devd in its own package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 09:33:15 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=de6eaf5c35ad6440a4cdfd9ff8ffa3bc142042e8 commit de6eaf5c35ad6440a4cdfd9ff8ffa3bc142042e8 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-07-22 12:46:30 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-02-02 09:32:56 +0000 pkgbase: Put devd in its own package It's not that useful in a jail or in a mdroot. Differential Revision: https://reviews.freebsd.org/D36228 (cherry picked from commit ea0850e4be1a027ba00a53f630bddd8cebebce1d) --- release/packages/Makefile.package | 2 ++ sbin/devd/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index b924026aa64d..564eed4c1218 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -32,6 +32,8 @@ clibs_COMMENT= Core C Libraries clibs_DESC= Core C Libraries cxgbe-tools_COMMENT= Chelsio cxbge Utilities cxgbe-tools_DESC= Chelsio cxbge Utilities +devd_COMMENT= Devd Utility and scripts +devd_DESC= Devd Utility and scripts dhclient_COMMENT= DHCP Client dhclient_DESC= DHCP Client dma_COMMENT= DMA Mail Agent Utilities diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 0bda9e1ecf95..5caccbe6eb61 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -3,7 +3,7 @@ .include <src.opts.mk> WARNS?= 3 -PACKAGE=runtime +PACKAGE=devd CONFGROUPS= CONFS DEVD CONFS= devd.conf DEVD= devmatch.conf