summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-09-18 17:54:36 +0000
committerjkh <jkh@FreeBSD.org>1997-09-18 17:54:36 +0000
commitde0ee3be86ea1cf3cad656c00a5ef8f62e97302f (patch)
tree2384b07448d698230fdc08c331396048c69a1e50 /release/sysinstall/dist.c
parent418c3d58107fe95f3e6d7d46c252f91bdfc28822 (diff)
downloadFreeBSD-src-de0ee3be86ea1cf3cad656c00a5ef8f62e97302f.zip
FreeBSD-src-de0ee3be86ea1cf3cad656c00a5ef8f62e97302f.tar.gz
Whoops! Missed one on the XF8633 -> XF86331 update.
PR: 4560
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 0487542..87ecabd 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.114 1997/09/17 16:23:48 pst Exp $
+ * $Id: dist.c,v 1.115 1997/09/18 16:19:17 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -83,7 +83,7 @@ static Distribution DistTable[] = {
#ifdef USE_XIG_ENVIRONMENT
{ "accelx", "/usr/X11R6/lib/X11", &Dists, DIST_XIG_SERVER, NULL },
#else
-{ "XF8633", "/usr", &Dists, DIST_XF86, XF86DistTable },
+{ "XF86331", "/usr", &Dists, DIST_XF86, XF86DistTable },
#endif
{ NULL },
};
OpenPOWER on IntegriCloud