$NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ --- Configure.orig Thu Mar 22 06:15:29 2001 +++ Configure Sat Nov 17 02:40:26 2001 @@ -258,18 +258,19 @@ #--------------------------------------------------------------------------- -if($have_old && !$opt_d) - { - $msg = <. To accept the -default, hit - -EDQ +# print <. To accept the +# default, hit +# +# EDQ $msg = 'Enter a list of available NNTP hosts :'; $def = $oldcfg{'nntp_hosts'} || [ default_hostname($ENV{NNTPSERVER},$ENV{NEWSHOST},'news') ]; -$cfg{'nntp_hosts'} = get_host_list($msg,$def); +$cfg{'nntp_hosts'} = $def; #--------------------------------------------------------------------------- @@ -324,7 +325,7 @@ $def = $oldcfg{'smtp_hosts'} || [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; -$cfg{'smtp_hosts'} = get_host_list($msg,$def); +$cfg{'smtp_hosts'} = $def; #--------------------------------------------------------------------------- @@ -332,7 +333,7 @@ $def = $oldcfg{'pop3_hosts'} || []; -$cfg{'pop3_hosts'} = get_host_list($msg,$def); +$cfg{'pop3_hosts'} = $def; #--------------------------------------------------------------------------- @@ -340,7 +341,7 @@ $def = $oldcfg{'snpp_hosts'} || []; -$cfg{'snpp_hosts'} = get_host_list($msg,$def); +$cfg{'snpp_hosts'} = $def; #--------------------------------------------------------------------------- @@ -349,7 +350,7 @@ $def = $oldcfg{'ph_hosts'} || [ default_hostname('dirserv') ]; -$cfg{'ph_hosts'} = get_host_list($msg,$def); +$cfg{'ph_hosts'} = $def; #--------------------------------------------------------------------------- @@ -357,7 +358,7 @@ $def = $oldcfg{'time_hosts'} || []; -$cfg{'time_hosts'} = get_host_list($msg,$def); +$cfg{'time_hosts'} = $def; #--------------------------------------------------------------------------- @@ -365,7 +366,7 @@ $def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'}; -$cfg{'daytime_hosts'} = get_host_list($msg,$def); +$cfg{'daytime_hosts'} = $def; #--------------------------------------------------------------------------- @@ -378,7 +379,8 @@ (y|n) ? EDQ -if(get_bool($msg,0)) { +# XXX Should probably honor socks option? --mjl +if(0 && get_bool($msg,0)) { $msg = <<'EDQ'; What series of FTP commands do you need to send to your @@ -489,15 +491,15 @@ #--------------------------------------------------------------------------- -print <