diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-01 08:50:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-01 08:50:00 +0000 |
commit | 28ab7c1538cd68c5268c2a995d8edbefd6970d8f (patch) | |
tree | d34748e783c9660fe97b26dff55a19e492c8e6a2 /release | |
parent | e4e2255cebd82437bc54db01da5fd4e77257152e (diff) | |
download | FreeBSD-src-28ab7c1538cd68c5268c2a995d8edbefd6970d8f.zip FreeBSD-src-28ab7c1538cd68c5268c2a995d8edbefd6970d8f.tar.gz |
If we've selected X, select the compat21 distribution as well.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/dist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index eff39a2..c778b54 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.48 1996/04/29 21:15:40 jkh Exp $ + * $Id: dist.c,v 1.49 1996/05/01 08:42:40 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; + Dists |= (DIST_XF86 | DIST_COMPAT21); /* XXX for now we need compat21 for X to work XXX */ msgDebug("SetXF86 Masks: Server: %0x, Fonts: %0x, XDists: %0x, Dists: %0x\n", XF86ServerDists, XF86FontDists, XF86Dists, Dists); } |