aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/mirror
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1999-09-10 19:45:21 +0800
committertorstenb <torstenb@FreeBSD.org>1999-09-10 19:45:21 +0800
commit6c06f4879699702c8052e28cdf6912d9b71e2a41 (patch)
treea8d86707d5b3a10a2069744253341e1e7de1fbd5 /ftp/mirror
parent5e7f75a5f5be542ff9938b9062dbc528d82f8150 (diff)
downloadfreebsd-ports-gnome-6c06f4879699702c8052e28cdf6912d9b71e2a41.tar.gz
freebsd-ports-gnome-6c06f4879699702c8052e28cdf6912d9b71e2a41.tar.zst
freebsd-ports-gnome-6c06f4879699702c8052e28cdf6912d9b71e2a41.zip
Fix some paths
Diffstat (limited to 'ftp/mirror')
-rw-r--r--ftp/mirror/files/patch-ac15
-rw-r--r--ftp/mirror/files/patch-ae21
2 files changed, 21 insertions, 15 deletions
diff --git a/ftp/mirror/files/patch-ac b/ftp/mirror/files/patch-ac
index 184a1905f9be..edf9de92a9d9 100644
--- a/ftp/mirror/files/patch-ac
+++ b/ftp/mirror/files/patch-ac
@@ -1,16 +1,5 @@
-*** mirror.pl.orig Fri May 29 21:01:42 1998
---- mirror.pl Mon Jun 8 14:36:52 1998
-***************
-*** 1,4 ****
-! #!/usr/bin/perl
- # Make local directories mirror images of a remote sites
- #
- #
---- 1,4 ----
-! #!/usr/local/bin/perl5
- # Make local directories mirror images of a remote sites
- #
- #
+*** mirror.pl.orig Mon Jun 8 12:55:27 1998
+--- mirror.pl Fri Sep 10 10:41:25 1999
***************
*** 104,110 ****
# Try to find the default location of various programs via
diff --git a/ftp/mirror/files/patch-ae b/ftp/mirror/files/patch-ae
index 281d14cbb23b..c289ae2489df 100644
--- a/ftp/mirror/files/patch-ae
+++ b/ftp/mirror/files/patch-ae
@@ -1,5 +1,22 @@
-*** ftp.pl.orig Mon Jun 8 14:11:39 1998
---- ftp.pl Mon Jun 8 14:11:42 1998
+*** ftp.pl.orig Fri Jun 5 11:10:27 1998
+--- ftp.pl Fri Sep 10 10:40:50 1999
+***************
+*** 150,156 ****
+ # (Normally set elsewhere - this is just a sensible default.)
+ # Is expected to take count and code as arguments and prompt
+ # for the secret key with 'password:' on stdout and then print the password.
+! $ftp'keygen_prog = '/usr/local/bin/key';
+
+ # Uncomment to turn on lots of debugging.
+ # &debug( 10 );
+--- 150,156 ----
+ # (Normally set elsewhere - this is just a sensible default.)
+ # Is expected to take count and code as arguments and prompt
+ # for the secret key with 'password:' on stdout and then print the password.
+! $ftp'keygen_prog = '/usr/bin/key';
+
+ # Uncomment to turn on lots of debugging.
+ # &debug( 10 );
***************
*** 486,492 ****
return 0;