diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-01-04 05:06:22 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-01-04 05:06:22 +0000 |
| commit | 88cddac9dbaa93fc7a642e0e2335da3da1e38ee0 (patch) | |
| tree | c24982cebba61d68397d9e7fcbcc578106353ca0 /release/sysinstall/dist.c | |
| parent | 45d6a801a4e81f87af1ffce9653ff358fc3104cc (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/dist.c')
| -rw-r--r-- | release/sysinstall/dist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index cfa651f6356c..caf8dffed60f 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -126,8 +126,6 @@ static Distribution SrcDistTable[] = { static Distribution XF86DistTable[] = { { "XF86335", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable }, { "XF86335", "/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 }, { "Xcfg", "/usr/X11R6", &XF86Dists, DIST_XF86_CFG, NULL }, { "Xdoc", "/usr/X11R6", &XF86Dists, DIST_XF86_DOC, NULL }, |
