The branch main has been updated by ivy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=791fc275dbc37ccb3cd4d33a087b69e399019572

commit 791fc275dbc37ccb3cd4d33a087b69e399019572
Author:     Lexi Winter <i...@freebsd.org>
AuthorDate: 2025-09-25 17:36:30 +0000
Commit:     Lexi Winter <i...@freebsd.org>
CommitDate: 2025-09-25 18:25:09 +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
---
 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"
-}

Reply via email to