diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-31 14:37:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-31 14:37:06 +0000 |
commit | b633be6a43d88ff9acc01d4e5156940ad2766420 (patch) | |
tree | 34096cc87f9d4d15ea64e159e7b23b5fb81ede31 /usr.sbin | |
parent | fbb09ab1b6e98fe97abf9946270b2ff58bb196da (diff) | |
download | FreeBSD-src-b633be6a43d88ff9acc01d4e5156940ad2766420.zip FreeBSD-src-b633be6a43d88ff9acc01d4e5156940ad2766420.tar.gz |
Added the package catagories astro, chinese, mbone, and vietnamese;
along with applicable descriptions.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/index.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index de3caeb..58a6ff3 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.39 1996/12/09 08:22:13 jkh Exp $ + * $Id: index.c,v 1.40 1996/12/11 09:35:01 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -67,11 +67,13 @@ static char *descrs[] = { "If not, select Cancel to go back to the package selection menu.\n", "All", "All available packages in all categories.", "applications", "User application software.", + "astro", "Applications related to astronomy.", "archivers", "Utilities for archiving and unarchiving data.", "audio", "Audio utilities - most require a supported sound card.", "benchmarks", "Utilities for measuring system performance.", "benchmarking", "Utilities for measuring system performance.", "cad", "Computer Aided Design utilities.", + "chinese", "Ported software for the Chinese market.", "comms", "Communications utilities.", "databases", "Database software.", "devel", "Software development utilities and libraries.", @@ -88,6 +90,7 @@ static char *descrs[] = { "libraries", "Software development libraries.", "mail", "Electronic mail packages and utilities.", "math", "Mathematical computation software.", + "mbone", "Applications and utilities for the mbone.", "misc", "Miscellaneous utilities.", "net", "Networking utilities.", "networking", "Networking utilities.", @@ -106,6 +109,7 @@ static char *descrs[] = { "troff", "TROFF Text formatting utilities.", "utils", "Various user utilities.", "utilities", "Various user utilities.", + "vietnamese", "Ported software for the Vietnamese market.", "x11", "X Window System based utilities.", NULL, NULL, }; |