summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-01-04 05:06:22 +0000
committerjkh <jkh@FreeBSD.org>2000-01-04 05:06:22 +0000
commit9b368b1d2dbc401d137245fd11894dccd463b216 (patch)
tree09d3ceb9f775850b17900d6d569a8afff165c0b9 /usr.sbin/sysinstall
parentcd65ac15a8c4f07f69209560ff1a86359bbbbd12 (diff)
downloadFreeBSD-src-9b368b1d2dbc401d137245fd11894dccd463b216.zip
FreeBSD-src-9b368b1d2dbc401d137245fd11894dccd463b216.tar.gz
Remove references to now-obsolete XFree86 source collection (use the
port, it's far better).
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/dist.c2
-rw-r--r--usr.sbin/sysinstall/dist.h4
-rw-r--r--usr.sbin/sysinstall/menus.c4
3 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index cfa651f..caf8dff 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/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 },
diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h
index ccce9d2..c0bf8b1 100644
--- a/usr.sbin/sysinstall/dist.h
+++ b/usr.sbin/sysinstall/dist.h
@@ -77,9 +77,7 @@
#define DIST_XF86_PS 0x0200
#define DIST_XF86_SET 0x0400
#define DIST_XF86_9SET 0x0800
-#define DIST_XF86_SRC 0x1000
-#define DIST_XF86_CSRC 0x2000
-#define DIST_XF86_MISC_ALL 0x3FFF
+#define DIST_XF86_MISC_ALL 0x0FFF
#define DIST_XF86_SERVER 0x8000
#ifdef __i386__
#define DIST_XF86_SERVER_9MGA 0x0000001
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 0633145..484341b 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1007,10 +1007,6 @@ DMenu MenuXF86SelectCore = {
{ " lk98", "Server link kit for PC98 machines",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_LKIT98 },
#endif
- { " sources", "XFree86 3.3.5 standard sources",
- dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SRC },
- { " csources", "XFree86 3.3.5 contrib sources",
- dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_CSRC },
{ NULL } },
};
OpenPOWER on IntegriCloud