git: bbc6162c50c6 - stable/13 - pkgbase: Put dhclient in its own package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 09:33:09 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=bbc6162c50c653b9f04fe38de693a32754dc3a82 commit bbc6162c50c653b9f04fe38de693a32754dc3a82 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-07-22 08:00:03 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-02-02 09:32:55 +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 (cherry picked from commit ab4bd66752fb8aca307a7a4b4523a1c44a21fc45) --- 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 f5c9a916bff6..e5cf3d51cca8 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 +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