From 25a65e550670c657a158607d90f46742012e1cc2 Mon Sep 17 00:00:00 2001 From: kensmith Date: Sat, 10 Nov 2007 04:01:41 +0000 Subject: xorg-printserver still exists in the ports tree but it's marked as depreciated and scheduled to be removed. Confirmed by: kris MFC after: 3 days --- usr.sbin/sysinstall/dist.c | 1 - usr.sbin/sysinstall/dist.h | 1 - usr.sbin/sysinstall/menus.c | 2 -- 3 files changed, 4 deletions(-) (limited to 'usr.sbin/sysinstall') diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index f1d181f..52ccc87 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -141,7 +141,6 @@ static Distribution XOrgDistTable[] = { DTE_PACKAGE("Xsrv", &XOrgDists, XORG_SERVER, "xorg-server"), DTE_PACKAGE("Xnest", &XOrgDists, XORG_NESTSERVER, "xorg-nestserver"), - DTE_PACKAGE("Xprt", &XOrgDists, XORG_PRINTSERVER, "xorg-printserver"), DTE_PACKAGE("Xvfb", &XOrgDists, XORG_VFBSERVER, "xorg-vfbserver"), DTE_PACKAGE("Xfmsc", &XOrgDists, XORG_FONTS_MISC, "xorg-fonts-miscbitmaps"), diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index baaa759..d9510d0 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -55,7 +55,6 @@ #define DIST_XORG_SERVER 0x000100 #define DIST_XORG_NESTSERVER 0x000200 -#define DIST_XORG_PRINTSERVER 0x000400 #define DIST_XORG_VFBSERVER 0x000800 #define DIST_XORG_FONTS_MISC 0x010000 diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 46d528b..d77ca4e 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -1247,8 +1247,6 @@ DMenu MenuXOrgSelectServer = { dmenuFlagCheck, dmenuSetFlag, NULL, &XOrgDists, '[', 'X', ']', DIST_XORG_SERVER }, { " nest", "Nested X Server", dmenuFlagCheck, dmenuSetFlag, NULL, &XOrgDists, '[', 'X', ']', DIST_XORG_NESTSERVER }, - { " prt", "X Print Server", - dmenuFlagCheck, dmenuSetFlag, NULL, &XOrgDists, '[', 'X', ']', DIST_XORG_PRINTSERVER }, { " vfb", "Virtual Framebuffer", dmenuFlagCheck, dmenuSetFlag, NULL, &XOrgDists, '[', 'X', ']', DIST_XORG_VFBSERVER }, { NULL } }, -- cgit v1.1