krion 2005-11-17 18:07:54 UTC FreeBSD src repository
Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 Log: MFC: add.h:1.12, main.c:1.65, perform.c:1.78, pkg_add.1:1.67 date: 2005/11/12 11:45:01; author: krion; state: Exp; lines: +9 -2 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> Revision Changes Path 1.11.2.1 +1 -0 src/usr.sbin/pkg_install/add/add.h 1.59.2.5 +9 -2 src/usr.sbin/pkg_install/add/main.c 1.77.2.1 +7 -2 src/usr.sbin/pkg_install/add/perform.c 1.65.2.1 +35 -7 src/usr.sbin/pkg_install/add/pkg_add.1 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"