summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-27 00:31:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-27 00:31:00 +0000
commit735e358f2599633597c454a530abf337b6acaf07 (patch)
tree43b01719ada37ed9ec4dc1b633fb9b1380871b69 /release
parent722b0918225b5089baddf61de35d72a12076605a (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/dist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 256c3a20e981..b8afbafa48ab 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.73.2.49 1998/10/28 10:59:44 jkh Exp $
+ * $Id: dist.c,v 1.73.2.50 1998/11/15 09:07:37 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -76,7 +76,7 @@ static Distribution DistTable[] = {
{ "compat20", "/", &Dists, DIST_COMPAT20, NULL },
{ "compat21", "/", &Dists, DIST_COMPAT21, NULL },
{ "ports", "/usr", &Dists, DIST_PORTS, NULL },
-{ "XF86332", "/usr", &Dists, DIST_XF86, XF86DistTable },
+{ "XF86333", "/usr", &Dists, DIST_XF86, XF86DistTable },
{ NULL },
};
@@ -114,8 +114,8 @@ static Distribution SrcDistTable[] = {
/* The XFree86 distribution */
static Distribution XF86DistTable[] = {
-{ "XF86332", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable },
-{ "XF86332", "/usr/X11R6", &XF86Dists, DIST_XF86_SERVER, XF86ServerDistTable },
+{ "XF86333", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable },
+{ "XF86333", "/usr/X11R6", &XF86Dists, DIST_XF86_SERVER, XF86ServerDistTable },
{ "Xsrc1", "/usr/X11R6/src", &XF86Dists, DIST_XF86_SRC, NULL },
{ "Xsrcctrb", "/usr/X11R6/src", &XF86Dists, DIST_XF86_CSRC, NULL },
{ "Xbin", "/usr/X11R6", &XF86Dists, DIST_XF86_BIN, NULL },