From owner-cvs-all Tue Apr 2 12:43:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FE7A37B41C; Tue, 2 Apr 2002 12:42:59 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32Kgxk13637; Tue, 2 Apr 2002 12:42:59 -0800 (PST) (envelope-from obrien) Message-Id: <200204022042.g32Kgxk13637@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 2 Apr 2002 12:42:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile dispatch.c dist.c install.c menus.c sysinstall.8 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 obrien 2002/04/02 12:42:58 PST Modified files: usr.sbin/sysinstall Makefile dispatch.c dist.c install.c menus.c sysinstall.8 Log: Switch to using XFree86 version 4. We do this thru installing the package, so know we have proper PKG registration and dependency information. This is a WIP for 5.0 DP #1, so it is still rough around the edges and does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed. Sponsored by: FreeBSD Mall, Inc. Revision Changes Path 1.125 +1 -0 src/usr.sbin/sysinstall/Makefile 1.40 +3 -1 src/usr.sbin/sysinstall/dispatch.c 1.204 +20 -0 src/usr.sbin/sysinstall/dist.c 1.321 +17 -0 src/usr.sbin/sysinstall/install.c 1.340 +12 -24 src/usr.sbin/sysinstall/menus.c 1.49 +47 -47 src/usr.sbin/sysinstall/sysinstall.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message