summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-02 20:42:54 +0000
committerobrien <obrien@FreeBSD.org>2002-04-02 20:42:54 +0000
commit60f91e4cada4f9a237e8a2858a93c8beef63130d (patch)
treed43bab971b0e937a1970dc0705e09080ceb98367 /usr.sbin/sysinstall/dispatch.c
parent2c4739409a5f713a428487bdefbc90a4f835d93a (diff)
downloadFreeBSD-src-60f91e4cada4f9a237e8a2858a93c8beef63130d.zip
FreeBSD-src-60f91e4cada4f9a237e8a2858a93c8beef63130d.tar.gz
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.
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index cc87f2b..04cd77c 100644
--- a/usr.sbin/sysinstall/dispatch.c
+++ b/usr.sbin/sysinstall/dispatch.c
@@ -84,7 +84,9 @@ static struct _word {
{ "installStandard", installStandard },
{ "installUpgrade", installUpgrade },
{ "installFixupBin", installFixupBin },
+#ifndef X_AS_PKG
{ "installFixupXFree", installFixupXFree },
+#endif
{ "installFixitHoloShell", installFixitHoloShell },
{ "installFixitCDROM", installFixitCDROM },
{ "installFixitFloppy", installFixitFloppy },
OpenPOWER on IntegriCloud