Skip to content

Commit

Permalink
inetutils: Disable servers
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Feb 5, 2024
1 parent 78cf048 commit d3cce30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inetutils.be0
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mee_patch_post() {
mee_configure() {
bee_configure \
--disable-logger \
--disable-syslogd \
--disable-traceroute
--disable-traceroute \
--disable-servers
}

#mee_build() {
Expand Down

0 comments on commit d3cce30

Please sign in to comment.