From owner-cvs-src@FreeBSD.ORG Mon Dec 17 23:22:59 2007 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 304C316A418; Mon, 17 Dec 2007 23:22:59 +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 162DC13C458; Mon, 17 Dec 2007 23:22:59 +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 lBHNMwvU047380; Mon, 17 Dec 2007 23:22:58 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBHNMwVL047379; Mon, 17 Dec 2007 23:22:58 GMT (envelope-from kensmith) Message-Id: <200712172322.lBHNMwVL047379@repoman.freebsd.org> From: Ken Smith Date: Mon, 17 Dec 2007 23:22:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.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: Mon, 17 Dec 2007 23:22:59 -0000 kensmith 2007-12-17 23:22:58 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h Log: A few more adjustments needed because of changes in xorg. Just installing xorg-server doesn't include any video drivers so install xorg-drivers as well. And if font-alias isn't installed the X server won't start, complaining it can't find the font "fixed". Insta-MFC coming, this was tested with a RELENG_6_3 release build and the necessary packages as part of the first round of testing for 6.3-RC2. Revision Changes Path 1.253 +2 -0 src/usr.sbin/sysinstall/dist.c 1.71 +4 -2 src/usr.sbin/sysinstall/dist.h