Date: Sat, 12 Nov 2005 11:45:01 +0000 (UTC) From: Kirill Ponomarew <krion@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 Message-ID: <200511121145.jACBj1b8000991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2005-11-12 11:45:01 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 Log: Add -P flag, it does the same as the -p option, except that the given prefix is also used recursively for the dependency packages, if any. If the -P flag appears after any -p flag on the command line, it overrides it's effect, causing pkg_add to use the given prefix recursively. PR: bin/75742 Submitted by: Frerich Raabe <raabe AT kde DOT org> MFC after: 3 days Revision Changes Path 1.12 +1 -0 src/usr.sbin/pkg_install/add/add.h 1.65 +9 -2 src/usr.sbin/pkg_install/add/main.c 1.78 +7 -2 src/usr.sbin/pkg_install/add/perform.c 1.67 +35 -7 src/usr.sbin/pkg_install/add/pkg_add.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511121145.jACBj1b8000991>