--- Configure.orig Tue Jan 18 00:44:18 2000 +++ Configure Sun Apr 23 05:00:59 2000 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # $Id: Configure,v 1.8 1997/03/04 09:22:32 gbarr Exp $ @@ -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') ]; +#$def = $oldcfg{'nntp_hosts'} || +# [ default_hostname($ENV{NNTPSERVER},$ENV{NEWSHOST},'news') ]; -$cfg{'nntp_hosts'} = get_host_list($msg,$def); +#$cfg{'nntp_hosts'} = get_host_list($msg,$def); +$cfg{'nntp_hosts'} = [default_hostname($ENV{NNTPSERVER}, $ENV{NEWSHOST}, 'news') ]; #--------------------------------------------------------------------------- $msg = 'Enter a list of available SMTP hosts :'; -$def = $oldcfg{'smtp_hosts'} || - [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; +#$def = $oldcfg{'smtp_hosts'} || +# [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; -$cfg{'smtp_hosts'} = get_host_list($msg,$def); +#$cfg{'smtp_hosts'} = get_host_list($msg,$def); +$cfg{'smtp_hosts'} = [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; #--------------------------------------------------------------------------- $msg = 'Enter a list of available POP3 hosts :'; -$def = $oldcfg{'pop3_hosts'} || []; +#$def = $oldcfg{'pop3_hosts'} || []; -$cfg{'pop3_hosts'} = get_host_list($msg,$def); +#$cfg{'pop3_hosts'} = get_host_list($msg,$def); +$cfg{'pop3_hosts'} = []; #--------------------------------------------------------------------------- $msg = 'Enter a list of available SNPP hosts :'; -$def = $oldcfg{'snpp_hosts'} || []; +#$def = $oldcfg{'snpp_hosts'} || []; -$cfg{'snpp_hosts'} = get_host_list($msg,$def); +#$cfg{'snpp_hosts'} = get_host_list($msg,$def); +$cfg{'snpp_hosts'} = []; #--------------------------------------------------------------------------- $msg = 'Enter a list of available PH Hosts :' ; -$def = $oldcfg{'ph_hosts'} || - [ default_hostname('dirserv') ]; +#$def = $oldcfg{'ph_hosts'} || +# [ default_hostname('dirserv') ]; -$cfg{'ph_hosts'} = get_host_list($msg,$def); +#$cfg{'ph_hosts'} = get_host_list($msg,$def); +$cfg{'ph_hosts'} = [ default_hostname('dirserv') ]; #--------------------------------------------------------------------------- $msg = 'Enter a list of available TIME Hosts :' ; -$def = $oldcfg{'time_hosts'} || []; +#$def = $oldcfg{'time_hosts'} || []; -$cfg{'time_hosts'} = get_host_list($msg,$def); +#$cfg{'time_hosts'} = get_host_list($msg,$def); +$cfg{'time_hosts'} = []; #--------------------------------------------------------------------------- $msg = 'Enter a list of available DAYTIME Hosts :' ; -$def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'}; +#$def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'}; -$cfg{'daytime_hosts'} = get_host_list($msg,$def); +#$cfg{'daytime_hosts'} = get_host_list($msg,$def); +$cfg{'daytime_hosts'} = []; #--------------------------------------------------------------------------- -$msg = < external user & password -fwuser/fwpass => firewall user & password - -0) None -1) ----------------------- - USER user@remote.host - PASS pass -2) ----------------------- - USER fwuser - PASS fwpass - USER user@remote.host - PASS pass -3) ----------------------- - USER fwuser - PASS fwpass - SITE remote.site - USER user - PASS pass -4) ----------------------- - USER fwuser - PASS fwpass - OPEN remote.site - USER user - PASS pass -5) ----------------------- - USER user@fwuser@remote.site - PASS pass@fwpass -6) ----------------------- - USER fwuser@remote.site - PASS fwpass - USER user - PASS pass -7) ----------------------- - USER user@remote.host - PASS pass - AUTH fwuser - RESP fwpass - -Choice: -EDQ - $def = exists $oldcfg{'ftp_firewall_type'} ? $oldcfg{'ftp_firewall_type'} : 1; - $ans = Prompt($msg,$def); - $cfg{'ftp_firewall_type'} = 0+$ans; - $def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; +#$msg = < external user & password +#fwuser/fwpass => firewall user & password +# +#0) None +#1) ----------------------- +# USER user@remote.host +# PASS pass +#2) ----------------------- +# USER fwuser +# PASS fwpass +# USER user@remote.host +# PASS pass +#3) ----------------------- +# USER fwuser +# PASS fwpass +# SITE remote.site +# USER user +# PASS pass +#4) ----------------------- +# USER fwuser +# PASS fwpass +# OPEN remote.site +# USER user +# PASS pass +#5) ----------------------- +# USER user@fwuser@remote.site +# PASS pass@fwpass +#6) ----------------------- +# USER fwuser@remote.site +# PASS fwpass +# USER user +# PASS pass +#7) ----------------------- +# USER user@remote.host +# PASS pass +# AUTH fwuser +# RESP fwpass + +#Choice: +#EDQ +# $def = exists $oldcfg{'ftp_firewall_type'} ? $oldcfg{'ftp_firewall_type'} : 1; +# $ans = Prompt($msg,$def); +# $cfg{'ftp_firewall_type'} = 0+$ans; + $cfg{'ftp_firewall_type'} = 0; +# $def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; - $cfg{'ftp_firewall'} = get_hostname("FTP proxy hostname :", $def); -} -else { - delete $cfg{'ftp_firewall'}; -} +# $cfg{'ftp_firewall'} = get_hostname("FTP proxy hostname :", $def); +$cfg{'ftp_firewall'} = $ENV{FTP_FIREWALL}; #--------------------------------------------------------------------------- @@ -489,22 +496,23 @@ #--------------------------------------------------------------------------- -print <