From 9b368b1d2dbc401d137245fd11894dccd463b216 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 4 Jan 2000 05:06:22 +0000 Subject: Remove references to now-obsolete XFree86 source collection (use the port, it's far better). --- usr.sbin/sysinstall/dist.c | 2 -- usr.sbin/sysinstall/dist.h | 4 +--- usr.sbin/sysinstall/menus.c | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) (limited to 'usr.sbin/sysinstall') 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 } }, }; -- cgit v1.1