Index: net-tools-3.14~alpha~git.20251212.7011617/config.in
===================================================================
--- net-tools-3.14~alpha~git.20251212.7011617.orig/config.in
+++ net-tools-3.14~alpha~git.20251212.7011617/config.in
@@ -91,10 +91,10 @@ bool 'InfiniBand hardware support' HAVE_
 *
 bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
 bool 'Build arp and rarp' HAVE_ARP_TOOLS y
-bool 'Build hostname' HAVE_HOSTNAME_TOOLS y
-bool 'Install hostname NIS/YP symlinks' HAVE_HOSTNAME_SYMLINKS y
+bool 'Build hostname' HAVE_HOSTNAME_TOOLS n
+bool 'Install hostname NIS/YP symlinks' HAVE_HOSTNAME_SYMLINKS n
 bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
-bool 'Build mii-tool' HAVE_MII y
+bool 'Build mii-tool' HAVE_MII n
 bool 'Build plipconfig' HAVE_PLIP_TOOLS y
 bool 'Build slattach' HAVE_SERIAL_TOOLS y
 bool 'SELinux support' HAVE_SELINUX y
Index: net-tools-3.14~alpha~git.20251212.7011617/configure.sh
===================================================================
--- net-tools-3.14~alpha~git.20251212.7011617.orig/configure.sh
+++ net-tools-3.14~alpha~git.20251212.7011617/configure.sh
@@ -66,9 +66,8 @@ config_fd_redir='<&7'
 #
 function readln()
 {
-  echo -n "$1"
-  IFS='@' read ans || exit 1
-  [ -z "$ans" ] && ans=$2
+  echo "$1"
+  ans=$2
 }
 
 # bool processes a boolean argument
