Subject: CVS commit: src/usr.sbin/pkg_install/lib
To: None <source-changes@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: source-changes
Date: 04/16/2007 14:36:45
Module Name:	src
Committed By:	joerg
Date:		Mon Apr 16 12:36:45 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.


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.