From d3cce300fe9427aae8a73578519b8f0a2437f6f2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 5 Feb 2024 12:26:52 +0100 Subject: [PATCH] inetutils: Disable servers We are not going to use any of these servers, so disable them. This removes inetd, rexecd, rlogind, rshd, tftpd, uucpd, telnetd, ftpd talkd and their documentation. Don't exclude syslogd excplicitly, as this is implied by --disable-servers. --- inetutils.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inetutils.be0 b/inetutils.be0 index 209584f0f..7f2539e0e 100755 --- a/inetutils.be0 +++ b/inetutils.be0 @@ -28,8 +28,8 @@ mee_patch_post() { mee_configure() { bee_configure \ --disable-logger \ - --disable-syslogd \ - --disable-traceroute + --disable-traceroute \ + --disable-servers } #mee_build() {