Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 05/12/1999 09:20:33
Module Name:	pkgsrc
Committed By:	bouyer
Date:		Wed May 12 16:20:33 UTC 1999

Modified Files:
	pkgsrc/net/mirror/patches: patch-ae
Added Files:
	pkgsrc/net/mirror/patches: patch-ad
Log Message:
- 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.