summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-16 13:39:08 +0000
committerjkh <jkh@FreeBSD.org>1996-05-16 13:39:08 +0000
commit7cd1713b42a333755b98e37244731eb13622fa21 (patch)
tree47b7ea19243eb00b0869d23e297611a1a087e28e /release/sysinstall/dist.c
parent9a98e874982036a7da66d099584e6449a0f1076b (diff)
downloadFreeBSD-src-7cd1713b42a333755b98e37244731eb13622fa21.zip
FreeBSD-src-7cd1713b42a333755b98e37244731eb13622fa21.tar.gz
Rethink the previous X distribution change. Including COMPAT_21 is just
bogus, and I think I'll simply see that the X distribtion is rebuilt for -current before doing another snapshot for it. :-)
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index a596501..8b9ec23 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.50 1996/05/01 08:50:00 jkh Exp $
+ * $Id: dist.c,v 1.51 1996/05/16 13:30:22 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -283,7 +283,7 @@ distSetXF86(dialogMenuItem *self)
if (XF86FontDists)
XF86Dists |= DIST_XF86_FONTS;
if (XF86Dists)
- Dists |= (DIST_XF86 | DIST_COMPAT21); /* XXX for now we need compat21 for X to work XXX */
+ Dists |= DIST_XF86;
msgDebug("SetXF86 Masks: Server: %0x, Fonts: %0x, XDists: %0x, Dists: %0x\n",
XF86ServerDists, XF86FontDists, XF86Dists, Dists);
}
OpenPOWER on IntegriCloud