Subject: CVS commit: src/usr.sbin/pkg_install/lib
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 05/03/2007 00:26:53
Module Name:	src
Committed By:	joerg
Date:		Thu May  3 00:26:53 UTC 2007

Modified Files:
	src/usr.sbin/pkg_install/lib: ftpio.c version.h

Log Message:
Avoid using glob-style [] patterns with NLIST. At least vsftpd doesn't
support them, but all known FTP server support wildcard matches. So just
run two commands to get the list of tgz and tbz packages.

Bump pkg_install version to 20070416.

Original commit ended up local, but keep this with the original date as
that is what pkgsrc itself is using. Thanks to Hubert for noticing.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/usr.sbin/pkg_install/lib/ftpio.c
cvs rdiff -r1.83 -r1.84 src/usr.sbin/pkg_install/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.