diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 11:45:21 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 11:45:21 +0000 |
commit | ba0cd88b8f13b74668d985f56121bee3bc042443 (patch) | |
tree | dc78969543d29ab46cf3e62374b32e25cfd8e476 /ftp/mirror | |
parent | b7870495f2963e6553c3ea3b4a38739c8d38242d (diff) | |
download | ports-ba0cd88b8f13b74668d985f56121bee3bc042443.tar.gz ports-ba0cd88b8f13b74668d985f56121bee3bc042443.zip |
Notes
Diffstat (limited to 'ftp/mirror')
-rw-r--r-- | ftp/mirror/files/patch-ac | 15 | ||||
-rw-r--r-- | ftp/mirror/files/patch-ae | 21 |
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; |