1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Fix some paths

This commit is contained in:
Torsten Blum 1999-09-10 11:45:21 +00:00
parent b7870495f2
commit ba0cd88b8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21562
2 changed files with 21 additions and 15 deletions

View File

@ -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

View File

@ -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;