diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-25 17:36:30 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-25 18:25:09 +0000 |
| commit | 791fc275dbc37ccb3cd4d33a087b69e399019572 (patch) | |
| tree | 8607ccba427100a268e9c39f6eb8d035e5617298 | |
| parent | db37256ce5437e6c667a537afff0fd9f59576514 (diff) | |
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
| -rw-r--r-- | release/packages/ucl/inetd-all.ucl | 4 |
1 files changed, 0 insertions, 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" -} |
