git: ab4bd66752fb - main - pkgbase: Put dhclient in its own package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Oct 2022 17:49:02 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=ab4bd66752fb8aca307a7a4b4523a1c44a21fc45 commit ab4bd66752fb8aca307a7a4b4523a1c44a21fc45 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-07-22 08:00:03 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-10-26 17:46:24 +0000 pkgbase: Put dhclient in its own package It doesn't really make sense to have it in runtime and let's not bloat utilities more. Reviewed by: emaste, imp Differential Revision: https://reviews.freebsd.org/D36222 --- release/packages/Makefile.package | 2 ++ sbin/dhclient/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index 59121ee08479..d987faceb44f 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -34,6 +34,8 @@ csh_COMMENT= C Shell csh_DESC= C Shell cxgbe-tools_COMMENT= Chelsio cxbge Utilities cxgbe-tools_DESC= Chelsio cxbge Utilities +dhclient_COMMENT= DHCP Client +dhclient_DESC= DHCP Client dma_COMMENT= DMA Mail Agent Utilities dma_DESC= DMA Mail Agent Utilities docs_COMMENT= Documentation diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index cdf93b8b8145..ec1f71300abd 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -34,7 +34,7 @@ .include <src.opts.mk> CONFS= dhclient.conf -PACKAGE=runtime +PACKAGE=dhclient SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \ parse.c privsep.c