git: 751ded1d02e4 - main - pkgbase: Create a FreeBSD-inetd package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 07:54:14 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=751ded1d02e463249906b121df273f2fc9c15392 commit 751ded1d02e463249906b121df273f2fc9c15392 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-01-27 09:48:11 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-02-08 07:48:43 +0000 pkgbase: Create a FreeBSD-inetd package And put inetd and its config file in it. This unbloat a bit FreeBSD-utilities and some people might not want inetd always installed. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38229 --- release/packages/Makefile.package | 2 ++ usr.sbin/inetd/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index f9a3d1c45bdc..ebb982b15c10 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -74,6 +74,8 @@ hostapd_COMMENT= 802.11 Access Point Daemon an Utilities hostapd_DESC= 802.11 Access Point Daemon an Utilities hyperv-tools_COMMENT= Microsoft HyperV Utilities hyperv-tools_DESC= Microsoft HyperV Utilities +inetd_COMMENT= Internet super-server +inetd_DESC= Internet super-server jail_COMMENT= Jail Utilities jail_DESC= Jail Utilities jail-debug_DESCR= Debugging Symbols diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index b8f216970d7f..9774a1a81d3b 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -5,6 +5,7 @@ CONFS= inetd.conf PROG= inetd +PACKAGE= inetd MAN= inetd.8 MLINKS= inetd.8 inetd.conf.5 SRCS= inetd.c builtins.c