summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-01-11 03:59:14 +0000
committerjkh <jkh@FreeBSD.org>2000-01-11 03:59:14 +0000
commit56800c8e36a40680d5123c05ea19e3d6abdf82a3 (patch)
treee74df3aa80849cd0882fddacf3841601a84df77e /usr.sbin/sysinstall/dist.c
parent6a14f98d40060fda6a7321e6739bfcd963fe44af (diff)
downloadFreeBSD-src-56800c8e36a40680d5123c05ea19e3d6abdf82a3.zip
FreeBSD-src-56800c8e36a40680d5123c05ea19e3d6abdf82a3.tar.gz
Upgrade to XFree86 3.3.6
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index caf8dff..f8639e7 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -84,7 +84,7 @@ static Distribution DistTable[] = {
#endif
{ "ports", "/usr", &Dists, DIST_PORTS, NULL },
{ "local", "/", &Dists, DIST_LOCAL, NULL },
-{ "XF86335", "/usr", &Dists, DIST_XF86, XF86DistTable },
+{ "XF86336", "/usr", &Dists, DIST_XF86, XF86DistTable },
{ NULL },
};
@@ -124,8 +124,8 @@ static Distribution SrcDistTable[] = {
/* The XFree86 distribution */
static Distribution XF86DistTable[] = {
-{ "XF86335", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable },
-{ "XF86335", "/usr/X11R6", &XF86Dists, DIST_XF86_SERVER, XF86ServerDistTable },
+{ "XF86336", "/usr/X11R6", &XF86Dists, DIST_XF86_FONTS, XF86FontDistTable },
+{ "XF86336", "/usr/X11R6", &XF86Dists, DIST_XF86_SERVER, XF86ServerDistTable },
{ "Xbin", "/usr/X11R6", &XF86Dists, DIST_XF86_BIN, NULL },
{ "Xcfg", "/usr/X11R6", &XF86Dists, DIST_XF86_CFG, NULL },
{ "Xdoc", "/usr/X11R6", &XF86Dists, DIST_XF86_DOC, NULL },
OpenPOWER on IntegriCloud