From owner-cvs-all Tue Dec 3 11:46:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F6D37B401; Tue, 3 Dec 2002 11:46:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E17E43E9C; Tue, 3 Dec 2002 11:46:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB3JgVmV071757; Tue, 3 Dec 2002 11:42:31 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB3JgVh7071756; Tue, 3 Dec 2002 11:42:31 -0800 (PST) Message-Id: <200212031942.gB3JgVh7071756@repoman.freebsd.org> From: John Baldwin Date: Tue, 3 Dec 2002 11:42:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/12/03 11:42:31 PST Modified files: usr.sbin/sysinstall dist.c dist.h menus.c Log: - Convert the installation of the X package to using installPackage() rather than installX11package(). - Add a perl psuedo-dist that installs the perl package. The perl distribution is selected by default when a User distribution set is selected. It is not selected when a Minimal distribution set is selected. The perl distribution may be toggled manually in the custom menu just as other distributions. Approved by: re Revision Changes Path 1.212 +9 -1 src/usr.sbin/sysinstall/dist.c 1.55 +3 -2 src/usr.sbin/sysinstall/dist.h 1.361 +2 -0 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message