summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-27 00:30:10 +0000
committerjkh <jkh@FreeBSD.org>1998-11-27 00:30:10 +0000
commit0e6b1a9b50acdada04dfbc36ec9aa2e556336029 (patch)
tree95ee533315a6376df247585e995e5c42d66336e0 /usr.sbin
parent930e900772dc85557b86907fc2872a3d334dd538 (diff)
downloadFreeBSD-src-0e6b1a9b50acdada04dfbc36ec9aa2e556336029.zip
FreeBSD-src-0e6b1a9b50acdada04dfbc36ec9aa2e556336029.tar.gz
Update for XFree86 3.3.3
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 1a9a0ce..ec22ea5 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.129 1998/10/15 10:03:48 jkh Exp $
+ * $Id: dist.c,v 1.130 1998/11/15 09:06:19 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -77,7 +77,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 },
};
@@ -115,8 +115,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 },
OpenPOWER on IntegriCloud