*** mirror.pl.orig Thu Jun 15 19:15:46 1995
--- mirror.pl Thu Jun 15 19:15:26 1995
***************
*** 42,48 ****
# Try to find the default localation of various programs via
# the users PATH then using $extra_path
! $extra_path = '/usr/local/bin:/usr/new/bin:/usr/public/bin:/usr/ucb:/usr/bin:/bin:/etc:/usr/etc:/usr/local/etc:';
$ENV{ 'PATH' } .= ':' . $extra_path;
# If compressing a local file to send need somewhere to store the temp
--- 42,48 ----
# Try to find the default localation of various programs via
# the users PATH then using $extra_path
! $extra_path = '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:';
$ENV{ 'PATH' } .= ':' . $extra_path;
# If compressing a local file to send need somewhere to store the temp
***************
*** 90,108 ****
$rm_prog = &find_prog( 'rm' );
# Generate checksums
! $sum_prog = &find_prog( 'sum' );
# SPECIAL NOTE: This is eval'd, so DONT put double-quotes (") in it.
# You can get local variables to appear as in the second example:
! $mail_subject = '-s \'mirror update\'';
! # $mail_subject = ' -s \'mirror update of $package\'';
# When scanning the local directory, how often to prod the remote
# system to keep the connection alive
$prod_interval = 60;
# Put the directory that mirror is actually in at the start of PERLLIB.
! $dir = &real_dir_from_path( $0 );
unshift( @INC, $dir );
# Make sure that your PERLLIB environment variable can get you
--- 90,109 ----
$rm_prog = &find_prog( 'rm' );
# Generate checksums
! $sum_prog = &find_prog( 'md5' );
# SPECIAL NOTE: This is eval'd, so DONT put double-quotes (") in it.
# You can get local variables to appear as in the second example:
! # $mail_subject = '-s \'mirror update\'';
! $mail_subject = ' -s \'mirror update of $package\'';
# When scanning the local directory, how often to prod the remote
# system to keep the connection alive
$prod_interval = 60;
# Put the directory that mirror is actually in at the start of PERLLIB.
! #$dir = &real_dir_from_path( $0 );
! $dir = "!!PREFIX!!/lib/mirror";
unshift( @INC, $dir );
# Make sure that your PERLLIB environment variable can get you
***************
*** 156,161 ****
--- 157,163 ----
$default{ 'local_dir' } = ''; # local directory to copy into
$default{ 'remote_user' } = 'anonymous'; # the remote guest account name
$default{ 'remote_password' } = "$me@$hostname";
+ $default{ 'remote_acct' } = '';
$default{ 'get_patt' } = "."; # regex of pathnames to retrieve
$default{ 'exclude_patt' } = ''; # regex of pathnames to ignore
$default{ 'update_local' } = 0; # Don't just update local dirs
***************
*** 1022,1028 ****
if( $con == 1 ){
&msg( "login as $remote_user\n" ) if $debug > 1;
$curr_remote_user = $remote_user;
! if( ! &ftp'login( $remote_user, $remote_password ) ){
&msg( "Cannot login, skipping package\n" );
&disconnect();
&msg( "\n" );
--- 1024,1030 ----
if( $con == 1 ){
&msg( "login as $remote_user\n" ) if $debug > 1;
$curr_remote_user = $remote_user;
! if( ! &ftp'login( $remote_user, $remote_password, $remote_acct ) ){
&msg( "Cannot login, skipping package\n" );
&disconnect();
&msg( "\n" );
utils/ucspi-tcp?h=lf/dev/postgres-exporter-0.18.1&id=9eb3fb8e5bc151a15e62e82df91ded9c4366e18c'>ucspi-tcp/distinfo
blob: 802639da03f3d7e1181d3f22345b48cb44666716 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SHA256 (ucspi-tcp-0.88.tar.gz) = 4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c
SIZE (ucspi-tcp-0.88.tar.gz) = 53019
SHA256 (ucspi-tcp-0.88-man.tar.gz) = 09b1dd69ca3722b62c030abb27df9560cb72ff5d6247e4628e0c61e957b408ef
SIZE (ucspi-tcp-0.88-man.tar.gz) = 7562
SHA256 (ucspi-rss.diff) = 5101354eb86d8e11edefd7b83df4e9c274a55b845f4cb2ce36dda912aced56f4
SIZE (ucspi-rss.diff) = 1828
SHA256 (ucspi-tcp-ssl-20050405.patch.gz) = 931ebeb9ca3ceb9394464aca0c4585048d04fc194fc5a9d4bb49bdd8ac249467
SIZE (ucspi-tcp-ssl-20050405.patch.gz) = 13173
SHA256 (ucspi-tcp_rbl2smtpd.diff) = b31092bad79912c4cdaebf65863e249f0f8136d64d9cf486fafeb5561dbc2b88
SIZE (ucspi-tcp_rbl2smtpd.diff) = 570
SHA256 (tcpserver-limits-2006-01-26.diff) = 859e8bebff07c10576fe10f0c3bad2a6efda7acf30dd9c0e72e38808851d2a11
SIZE (tcpserver-limits-2006-01-26.diff) = 15523
SHA256 (ucspi-tcp-0.88-ipv6.diff19.bz2) = 35952cd290d714452c840580126004cbae8db65b1632df67ac9c8fad7d1f9ace
SIZE (ucspi-tcp-0.88-ipv6.diff19.bz2) = 22632
|