]> diplodocus.org Git - nmh/blobdiff - build_nmh
Remove sbr/peekc.c containing unused peekc().
[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