diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-21 06:09:39 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-21 06:09:39 +0000 |
| commit | 1538bd71964cbc710ce9d6294cc6111700cad880 (patch) | |
| tree | 827fda9c06861841ca2c5f164e1da52ca911856c /release/sysinstall | |
| parent | b94c2a8456a7378b7c564772eabe2741f77a9650 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall')
| -rw-r--r-- | release/sysinstall/dist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 0b2fc0b135d4..c5f2faf0d835 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.45 1998/06/24 06:14:01 jkh Exp $ + * $Id: dist.c,v 1.73.2.46 1998/07/21 05:42:32 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -117,7 +117,7 @@ static Distribution XF86DistTable[] = { { "XF86332", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable }, { "XF86332", "/usr/X11R6", &XF86Dists, DIST_XF86_SERVER, XF86ServerDistTable }, { "X332src-1", "/usr/X11R6/src", &XF86Dists, DIST_XF86_SRC, NULL }, -{ "X332contrib", "/usr/X11R6/src", &XF86Dists, DIST_XF86_CSRC, NULL }, +{ "X332ctrb", "/usr/X11R6/src", &XF86Dists, DIST_XF86_CSRC, NULL }, { "X332bin", "/usr/X11R6", &XF86Dists, DIST_XF86_BIN, NULL }, { "X332cfg", "/usr/X11R6", &XF86Dists, DIST_XF86_CFG, NULL }, { "X332doc", "/usr/X11R6", &XF86Dists, DIST_XF86_DOC, NULL }, |
