git: fc4881dd9aac - stable/15 - packages: Remove inetd from the minimal set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 12:36:04 UTC
The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=fc4881dd9aacca5a83491940b8fed46a9d59a3f1 commit fc4881dd9aacca5a83491940b8fed46a9d59a3f1 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-09-25 17:36:30 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-10-01 10:24:47 +0000 packages: Remove inetd from the minimal set Although inetd is widely used, none of the base daemons which require or support inetd (e.g. fingerd, tftpd, sshd) are in the minimal set, and it's fairly uncommon to enable inetd's built-in servers nowadays. MFC after: 6 hours Reviewed by: manu, bapt, emaste Differential Revision: https://reviews.freebsd.org/D52715 (cherry picked from commit 791fc275dbc37ccb3cd4d33a087b69e399019572) --- release/packages/ucl/inetd-all.ucl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release/packages/ucl/inetd-all.ucl b/release/packages/ucl/inetd-all.ucl index 75c4ca7cf6da..bf70f8a7458d 100644 --- a/release/packages/ucl/inetd-all.ucl +++ b/release/packages/ucl/inetd-all.ucl @@ -23,7 +23,3 @@ The inetd(8) server listens for incoming network connections and spawns a process to handle the connection based on its configuration file. Some built-in servers for basic services are also provided. EOD - -annotations { - set = "minimal,minimal-jail" -}