Commit graph

15 commits

Author SHA1 Message Date
taca
5f5cce2eb3 * Avoid to use timelocal.pl since it cause warning with perl 5.14 now.
* Allow deleting remote directories.  (It is needed to put local file tree
  to remote with  mirror.

Bump PKGREVISION.
2011-09-12 16:35:43 +00:00
joerg
4ee11addf8 DESTDIR support 2010-02-11 22:04:09 +00:00
grant
90af16aba5 call ${BSD_INSTALL}, not "install". 2004-01-27 14:06:46 +00:00
kim
d9ee9ec33a Y2K 2000-07-20 01:45:22 +00:00
kim
ab8de61c97 If your mirrors are timing out on reading the remote directory listing
(and if they aren't now they will eventually) get this patch.
2000-04-20 03:22:49 +00:00
kim
a35eed9323 Install mirror.defaults.dist as part of the package. Only copy it
to mirror.defaults if one does not already exist.  This preserves
local configuration information.
2000-04-19 16:16:51 +00:00
kim
34187f394e Upgrade to 2.9. Parsing of "ls" output should be improved,
although it didn't help me...
2000-03-26 22:33:17 +00:00
itojun
18811d7df3 make mirrormaster works independently from cwd. previously
it assumed that:
- bin/mirror is in cwd (so cwd must be ${PREFIX}/bin)
- generate logs into ./logs (so logs will be generated into ${PREFIX}/bin/logs)
but it is very annoying.  let us invoke bin/mirror with full pathname.

add rcsid to patches/patch-a[de].
1999-12-28 18:15:43 +00:00
bouyer
e7af32300a - in lchat.pl, use pack_sockaddr_in() instead of building the list ourselve
with pack(). This is how perl's socket test works, and makes mirror work
   on my i386/1.4 (otherwise connect() fails with "Address family not
   supported by protocol family").
 - ftp.pl: temporary files were created 0666 ! create the temp file mode 0600,
   the correct permissions will be set by mirror once the transfer is done.
1999-05-12 16:20:33 +00:00
kim
60e649a742 Oops, better use gzip after all. 1998-08-29 18:28:06 +00:00
kim
3d096a738c The tag... 1998-08-29 18:06:47 +00:00
kim
c84f7f7530 - Combine all patches for mirror.pl into patch-ab (remove patch-ad).
- Move all sed stuff into scrips/configure so it can be done in one
  pass (no post-configure target in Makefile anymore).
- Use "compress" for $compress_prog instead of gzip; our compress
  needs the -f flag to make it quiet (additional pathes to mirror.pl)
- Fix PASV handling (too strict a regexp -- breaks on Win NT servers
  that emulate UNIX behaviour -- NT added a trailing dot to the 227
  message and ftp.pl was not tolerating that)
- Add $PREFIX/bin and $PREFIX/sbin to $extra_path (leaving /usr/local
  directories in)
- Do not modify ${WRKSRC}/mirror, it is a symlink in the distribution
1998-08-29 18:05:56 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
hubertf
0a849c3e44 we do run out of the box 1997-10-28 01:02:51 +00:00
hubertf
6650b62e45 get everything in 1997-10-27 04:51:39 +00:00