From owner-cvs-src@FreeBSD.ORG Thu Mar 13 15:28:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D841065674; Thu, 13 Mar 2008 15:28:17 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C06B58FC15; Thu, 13 Mar 2008 15:28:17 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2DFSHiv071100; Thu, 13 Mar 2008 15:28:17 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2DFSHeH071099; Thu, 13 Mar 2008 15:28:17 GMT (envelope-from kensmith) Message-Id: <200803131528.m2DFSHeH071099@repoman.freebsd.org> From: Ken Smith Date: Thu, 13 Mar 2008 15:28:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 13 Mar 2008 15:28:18 -0000 kensmith 2008-03-13 15:28:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h Log: MFC: dist.c v1.254, dist.h v1.72, menus.c v1.429, sysinstall.h v1.275 > Change sysinstall's handling of X11 stuff. Doing it in pieces was > probably the right thing to do a while ago but xorg has progressed > to the point that for novice users (who are the ones expected to think > installing X11 during an install...) it's best to just install the > whole x11/xorg metaport for them. This removes the X11 sub-menus > and sets it up so you just select whether or not you want X11. While > here garbage collect an X11 configuration menu I missed removing when > I removed support for attempting xorg configuration from inside sysinstall > a while ago. Revision Changes Path 1.239.2.9 +3 -37 src/usr.sbin/sysinstall/dist.c 1.65.2.5 +1 -27 src/usr.sbin/sysinstall/dist.h 1.410.2.14 +1 -196 src/usr.sbin/sysinstall/menus.c 1.264.2.7 +0 -8 src/usr.sbin/sysinstall/sysinstall.h