summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index edb8232..f1e1149 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -212,6 +212,9 @@ distVerifyFlags(void)
Dists |= DIST_XF86;
#ifdef __i386__
Dists |= DIST_COMPAT22; /* For certain old X applications */
+#if __FreeBSD__ > 3
+ Dists |= DIST_COMPAT3X;
+#endif
#endif
}
if (isDebug())
@@ -867,6 +870,9 @@ distExtractAll(dialogMenuItem *self)
if (old_dists & DIST_XF86)
status |= installFixupXFree(self);
+ /* Clear any local dist flags now */
+ Dists &= ~DIST_LOCAL;
+
if (Dists) {
int col = 0;
OpenPOWER on IntegriCloud