aboutsummaryrefslogtreecommitdiff
path: root/ftp/mirror/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /ftp/mirror/files/patch-ac
parent56cb039977e097ac910b2d719acd77ec3d5fb646 (diff)
downloadports-0d98f1227110082e9e507ca236458f6c363e25b6.tar.gz
ports-0d98f1227110082e9e507ca236458f6c363e25b6.zip
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_ALPHA/; revision=1805; tag=release/2.0.5a
Diffstat (limited to 'ftp/mirror/files/patch-ac')
-rw-r--r--ftp/mirror/files/patch-ac61
1 files changed, 0 insertions, 61 deletions
diff --git a/ftp/mirror/files/patch-ac b/ftp/mirror/files/patch-ac
deleted file mode 100644
index e971a11c0c72..000000000000
--- a/ftp/mirror/files/patch-ac
+++ /dev/null
@@ -1,61 +0,0 @@
-*** mirror.pl.orig Mon May 15 16:50:06 1995
---- mirror.pl Mon May 15 17:43:06 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