summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-19 11:58:01 +0000
committerjkh <jkh@FreeBSD.org>1999-07-19 11:58:01 +0000
commit58ab0cd8f9b15195ae5078adbbb3e750e1c2ae71 (patch)
treec3596e8269827db2e8df37c0d21fe9a1bf537d10 /usr.sbin
parentef688c338724acefdd82e667dbe57dc24e9f6535 (diff)
downloadFreeBSD-src-58ab0cd8f9b15195ae5078adbbb3e750e1c2ae71.zip
FreeBSD-src-58ab0cd8f9b15195ae5078adbbb3e750e1c2ae71.tar.gz
Catch an XFree86 3.3.4 update I missed.
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 4b47f1e..5b27698 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.141 1999/06/23 08:40:56 brian Exp $
+ * $Id: dist.c,v 1.142 1999/07/16 22:03:26 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -83,7 +83,7 @@ static Distribution DistTable[] = {
#endif
#endif
{ "ports", "/usr", &Dists, DIST_PORTS, NULL },
-{ "XF86333", "/usr", &Dists, DIST_XF86, XF86DistTable },
+{ "XF86334", "/usr", &Dists, DIST_XF86, XF86DistTable },
{ NULL },
};
@@ -119,8 +119,8 @@ static Distribution SrcDistTable[] = {
/* The XFree86 distribution */
static Distribution XF86DistTable[] = {
-{ "XF86333", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable },
-{ "XF86333", "/usr/X11R6", &XF86Dists, DIST_XF86_SERVER, XF86ServerDistTable },
+{ "XF86334", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable },
+{ "XF86334", "/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