summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-07 12:57:04 +0000
committerjkh <jkh@FreeBSD.org>1999-02-07 12:57:04 +0000
commitcb7f925859b5763a0dc1f4c7da4f992339d56abf (patch)
tree3882019c8c527ae8ab70090b2823ffdd19c2092b /usr.sbin
parentb0f7a4e4eab0c41bb3010f00b95de5b5b90d618d (diff)
downloadFreeBSD-src-cb7f925859b5763a0dc1f4c7da4f992339d56abf.zip
FreeBSD-src-cb7f925859b5763a0dc1f4c7da4f992339d56abf.tar.gz
If user selects X, also auto-select compat22 (for now).
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ba36f75..6468380 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/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.133 1999/02/04 03:30:34 jkh Exp $
+ * $Id: dist.c,v 1.134 1999/02/07 12:43:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -199,6 +199,8 @@ distVerifyFlags(void)
XF86Dists |= DIST_XF86_FONTS;
if (XF86Dists || XF86ServerDists || XF86FontDists)
Dists |= DIST_XF86;
+ if (Dists & DIST_XF86)
+ Dists |= DIST_COMPAT22;
if (isDebug())
msgDebug("Dist Masks: Dists: %0x, DES: %0x, Srcs: %0x\nXServer: %0x, XFonts: %0x, XDists: %0x\n",
Dists, DESDists, SrcDists, XF86ServerDists, XF86FontDists, XF86Dists);
OpenPOWER on IntegriCloud