summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.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 /usr.sbin/sysinstall/menus.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 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 11989a0..f5f149e 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.61 1996/05/16 11:47:38 jkh Exp $
+ * $Id: menus.c,v 1.62 1996/05/16 13:30:24 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -131,7 +131,7 @@ checkDistDeveloper(dialogMenuItem *self)
static int
checkDistXDeveloper(dialogMenuItem *self)
{
- return (Dists == (_DIST_DEVELOPER | DIST_XF86 | DIST_COMPAT21 ) && SrcDists == DIST_SRC_ALL);
+ return (Dists == (_DIST_DEVELOPER | DIST_XF86) && SrcDists == DIST_SRC_ALL);
}
static int
@@ -149,7 +149,7 @@ checkDistUser(dialogMenuItem *self)
static int
checkDistXUser(dialogMenuItem *self)
{
- return (Dists == (_DIST_USER | DIST_XF86 | DIST_COMPAT21));
+ return (Dists == (_DIST_USER | DIST_XF86));
}
static int
OpenPOWER on IntegriCloud