Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/14/1999 23:32:01
Module Name:	basesrc
Committed By:	cgd
Date:		Tue Jun 15 06:32:01 UTC 1999

Modified Files:

	basesrc/usr.sbin/pkg_install/add: perform.c pkg_add.1
	basesrc/usr.sbin/pkg_install/lib: file.c

Log Message:

Add support for fetching packages from HTTP URLs.  Since 'ftp' is already
invoked for (FTP) URLs, this was just a matter of recognizing HTTP URLs
in the places where FTP URLs were recognized (and updating a comment and
the manual page).


--
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 basesrc/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.14 -r1.15 basesrc/usr.sbin/pkg_install/add/pkg_add.1
cvs rdiff -r1.26 -r1.27 basesrc/usr.sbin/pkg_install/lib/file.c

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