aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-09-01 04:29:30 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-09-01 04:29:30 +0000
commitd03dcaa7790c395f5c8340e418c31ba4f3d80dd8 (patch)
treef1a0e63e49a9a8615b1154d35e8d649896ed2259 /usr.sbin/sysinstall/index.c
parent987e59726a445bc92ba45938a71e905de1696bd5 (diff)
downloadsrc-d03dcaa7790c395f5c8340e418c31ba4f3d80dd8.tar.gz
src-d03dcaa7790c395f5c8340e418c31ba4f3d80dd8.zip
Notes
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 947385a4df6f..23e49daf0934 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -102,9 +102,7 @@ static char *descrs[] = {
"german", "Ported software for Germanic countries.",
"graphics", "Graphics libraries and utilities.",
"gnome", "Components of the Gnome Desktop environment.",
- "irc", "Internet Relay Chat utilities.",
"japanese", "Ported software for the Japanese market.",
- "java", "Java language support.",
"kde", "Software for the K Desktop Environment.",
"korean", "Ported software for the Korean market.",
"lang", "Computer languages.",
@@ -148,7 +146,6 @@ static char *descrs[] = {
"x11-clocks", "X Window System based clocks.",
"x11-fm", "X Window System based file managers.",
"x11-fonts", "X Window System fonts and font utilities.",
- "x11-servers", "X Window System servers.",
"x11-toolkits", "X Window System based development toolkits.",
"x11-wm", "X Window System window managers.",
NULL, NULL,
@@ -420,6 +417,7 @@ index_search(PkgNodePtr top, char *str, PkgNodePtr *tp)
*tp = top;
return p;
}
+
}
else if (p->kids) {
/* The usual recursion-out-of-laziness ploy */