]> diplodocus.org Git - nmh/blobdiff - build_nmh
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / build_nmh
index 60913b6856f4a80847782c5033ee18e2aab5eb17..dfb1c0bd83161a43e312d249176f70f375a0f427 100755 (executable)
--- a/build_nmh
+++ b/build_nmh
@@ -301,11 +301,11 @@ if [ $yes -eq 0 ]; then
     [ "$servers" ]  &&  config_smtpservers="$servers"
   fi
 
-  printf 'Cyrus SASL support [%s]: ' "$config_sasl" >&3
+  printf 'Cyrus SASL support (y|n) [%s]: ' "$config_sasl" >&3
   read response
   [ "$response" = y  -o  "$response" = Y ]  &&  config_sasl=y
 
-  printf 'TLS support [%s]: ' "$config_tls" >&3
+  printf 'TLS support (y|n) [%s]: ' "$config_tls" >&3
   read response
   [ "$response" = y  -o  "$response" = Y ]  &&  config_tls=y
 fi