Date: Mon, 9 Jan 2006 18:27:21 +0000 (UTC) From: Florent Thoumie <flz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 src/usr.sbin/pkg_install/lib lib.h url.c Message-ID: <200601091827.k09IRLdZ060609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
flz 2006-01-09 18:27:21 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 usr.sbin/pkg_install/lib lib.h url.c Log: Add -K option to pkg_add and pkg_info. This option saves packages to PKGDIR (if defined or current directory by default) as they are downloaded. Silent a warning when -n is used and package has a +DISPLAY file. Approved by: krion MFC after: 1 week Revision Changes Path 1.13 +1 -0 src/usr.sbin/pkg_install/add/add.h 1.66 +7 -3 src/usr.sbin/pkg_install/add/main.c 1.79 +7 -4 src/usr.sbin/pkg_install/add/perform.c 1.69 +12 -2 src/usr.sbin/pkg_install/add/pkg_add.1 1.29 +1 -0 src/usr.sbin/pkg_install/info/info.h 1.49 +7 -2 src/usr.sbin/pkg_install/info/main.c 1.54 +1 -1 src/usr.sbin/pkg_install/info/perform.c 1.56 +8 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.57 +1 -1 src/usr.sbin/pkg_install/lib/lib.h 1.5 +26 -3 src/usr.sbin/pkg_install/lib/url.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601091827.k09IRLdZ060609>