diff options
author | jkh <jkh@FreeBSD.org> | 1999-07-19 11:58:01 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-07-19 11:58:01 +0000 |
commit | 58ab0cd8f9b15195ae5078adbbb3e750e1c2ae71 (patch) | |
tree | c3596e8269827db2e8df37c0d21fe9a1bf537d10 /release/sysinstall/dist.c | |
parent | ef688c338724acefdd82e667dbe57dc24e9f6535 (diff) | |
download | FreeBSD-src-58ab0cd8f9b15195ae5078adbbb3e750e1c2ae71.zip FreeBSD-src-58ab0cd8f9b15195ae5078adbbb3e750e1c2ae71.tar.gz |
Catch an XFree86 3.3.4 update I missed.
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r-- | release/sysinstall/dist.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 4b47f1e..5b27698 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.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 }, |