From 834b507ca3ce1c05cd71fc34c80ea93cb043c7d4 Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 26 Apr 1998 02:45:51 +0000 Subject: Upgrade to 1.06.5, and portlint. --- net/p5-Net/files/patch-aa | 548 +++++++++++++++++++--------------------------- 1 file changed, 227 insertions(+), 321 deletions(-) (limited to 'net/p5-Net/files') diff --git a/net/p5-Net/files/patch-aa b/net/p5-Net/files/patch-aa index 1dc28646afce..de7f54aeba5c 100644 --- a/net/p5-Net/files/patch-aa +++ b/net/p5-Net/files/patch-aa @@ -1,321 +1,227 @@ -*** Configure.orig Wed Nov 5 06:27:54 1997 ---- Configure Sat Nov 22 20:18:47 1997 -*************** -*** 195,212 **** - - #--------------------------------------------------------------------------- - -! if(!-f $config_pm && $have_old && !$opt_d) -! { -! $msg = <. 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); - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available SMTP hosts :'; - -! $def = $oldcfg{'smtp_hosts'} || -! [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; - -! $cfg{'smtp_hosts'} = get_host_list($msg,$def); - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available POP3 hosts :'; - -! $def = $oldcfg{'pop3_hosts'} || []; - -! $cfg{'pop3_hosts'} = get_host_list($msg,$def); - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available SNPP hosts :'; - -! $def = $oldcfg{'snpp_hosts'} || []; - -! $cfg{'snpp_hosts'} = get_host_list($msg,$def); - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available PH Hosts :' ; - -! $def = $oldcfg{'ph_hosts'} || -! [ default_hostname('dirserv') ]; - -! $cfg{'ph_hosts'} = get_host_list($msg,$def); - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available TIME Hosts :' ; - -! $def = $oldcfg{'time_hosts'} || []; - -! $cfg{'time_hosts'} = get_host_list($msg,$def); - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available DAYTIME Hosts :' ; - -! $def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'}; - -! $cfg{'daytime_hosts'} = get_host_list($msg,$def); - - #--------------------------------------------------------------------------- - ---- 242,312 ---- - - #--------------------------------------------------------------------------- - -! #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'} = [ 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') ]; - -! $cfg{'smtp_hosts'} = [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available POP3 hosts :'; - -! #$def = $oldcfg{'pop3_hosts'} || []; - -! $cfg{'pop3_hosts'} = []; - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available SNPP hosts :'; - -! #$def = $oldcfg{'snpp_hosts'} || []; - -! $cfg{'snpp_hosts'} = []; - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available PH Hosts :' ; - -! #$def = $oldcfg{'ph_hosts'} || -! # [ default_hostname('dirserv') ]; - -! $cfg{'ph_hosts'} = [ default_hostname('dirserv') ]; - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available TIME Hosts :' ; - -! #$def = $oldcfg{'time_hosts'} || []; - -! $cfg{'time_hosts'} = []; - - #--------------------------------------------------------------------------- - - $msg = 'Enter a list of available DAYTIME Hosts :' ; - -! #$def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'}; - -! $cfg{'daytime_hosts'} = []; - - #--------------------------------------------------------------------------- - -*************** -*** 318,326 **** - FTP proxy hostname : - EDQ - -! $def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; - -! $cfg{'ftp_firewall'} = get_hostname($msg,$def); - - #--------------------------------------------------------------------------- - ---- 322,330 ---- - FTP proxy hostname : - EDQ - -! # $def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; - -! $cfg{'ftp_firewall'} = $ENV{FTP_FIREWALL}; - - #--------------------------------------------------------------------------- - -*************** -*** 341,377 **** - - #--------------------------------------------------------------------------- - -! print <. 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'} = []; + + #--------------------------------------------------------------------------- + +@@ -318,9 +327,10 @@ + FTP proxy hostname : + EDQ + +-$def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; ++#$def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; + +-$cfg{'ftp_firewall'} = get_hostname($msg,$def); ++#$cfg{'ftp_firewall'} = get_hostname($msg,$def); ++$cfg{'ftp_firewall'} = $ENV{FTP_FIREWALL}; + + #--------------------------------------------------------------------------- + +@@ -341,37 +351,39 @@ + + #--------------------------------------------------------------------------- + +-print <