--- generate_config.old	Sun Feb  1 22:27:25 2004
+++ generate_config	Sun Feb  1 22:28:02 2004
@@ -15,7 +15,6 @@
 echo "The default is $syshostname, your system's host name."
 echo
 echo -n "Mail name [$syshostname]: "
-read mailname
 echo
 
 	if test -z "$mailname"
@@ -27,7 +26,6 @@
 fi
 
 echo -n "Please enter the SMTP port number [25]: "
-read smtpport
 if test -z "$smtpport"
 then
 	mailhub=$mailhub
