From owner-cvs-src@FreeBSD.ORG Mon Mar 1 13:58:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896EA16A4CE; Mon, 1 Mar 2004 13:58:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0CE43D1F; Mon, 1 Mar 2004 13:58:22 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i21LwMGe082496; Mon, 1 Mar 2004 13:58:22 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i21LwMOD082495; Mon, 1 Mar 2004 13:58:22 -0800 (PST) (envelope-from kensmith) Message-Id: <200403012158.i21LwMOD082495@repoman.freebsd.org> From: Ken Smith Date: Mon, 1 Mar 2004 13:58:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add main.c pkg_add.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 21:58:22 -0000 kensmith 2004/03/01 13:58:22 PST FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c pkg_add.1 Log: Add command line option for chrootdir, all pkg_add(8) operations will be done inside of chroot(2) to chrootdir. Added to help with sysinstall(8) support of install to alternate root but possibly useful for setting up jails, etc. No objection from: portmgr@ Style(9) abuse due to: entire program violates style(9) Approved by: rwatson (mentor) Revision Changes Path 1.56 +13 -3 src/usr.sbin/pkg_install/add/main.c 1.62 +26 -0 src/usr.sbin/pkg_install/add/pkg_add.1