From owner-freebsd-commit Thu Nov 9 22:45:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09159 for freebsd-commit-outgoing; Thu, 9 Nov 1995 22:45:07 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09147 for cvs-all-outgoing; Thu, 9 Nov 1995 22:45:04 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09131 for cvs-usrsbin-outgoing; Thu, 9 Nov 1995 22:45:01 -0800 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09114 ; Thu, 9 Nov 1995 22:44:55 -0800 Date: Thu, 9 Nov 1995 22:44:55 -0800 From: "Jordan K. Hubbard" Message-Id: <199511100644.WAA09114@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c plist.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/11/09 22:44:54 Branch: usr.sbin/pkg_install/add RELENG_2_1_0 usr.sbin/pkg_install/delete RELENG_2_1_0 usr.sbin/pkg_install/lib RELENG_2_1_0 Modified: usr.sbin/pkg_install/add main.c perform.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/lib file.c plist.c Log: Every time I swear I'll never touch this again, I end up touching it. Bleah. Now the chained dependency adds work from FTP sites. This was really totally broken before, despite my claims to the contrary. Sorry folks. I guess nobody uses the pkg_add ftp://... feature or somebody would have reported it by now! :-)