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
Florent Thoumie
flz at FreeBSD.org
Mon Jan 9 10:27:21 PST 2006
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
More information about the cvs-src
mailing list