diff options
author | jkh <jkh@FreeBSD.org> | 1997-10-08 15:31:13 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-10-08 15:31:13 +0000 |
commit | 228606a79e389dfc086ac00430293922a943f1bb (patch) | |
tree | 7381a8e420b9f66cdeed3a268cec547eb4ded8f9 /usr.sbin | |
parent | 462d6dd113dfcd502c173210fb282f8fd42e6276 (diff) | |
download | FreeBSD-src-228606a79e389dfc086ac00430293922a943f1bb.zip FreeBSD-src-228606a79e389dfc086ac00430293922a943f1bb.tar.gz |
Document extra tk*/tcl* package categories.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/index.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 3d1cb20..b200541 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.49 1997/04/05 07:08:14 jkh Exp $ + * $Id: index.c,v 1.50 1997/05/05 08:38:12 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -108,7 +108,11 @@ static char *descrs[] = { "shells", "Various shells (tcsh, bash, etc).", "sysutils", "Various system utilities.", "textproc", "Text processing/search utilities.", - "tk41", "Utilities & packages for the TK 4.1 toolkit.", + "tcl75", "TCL v7.5 and packages which depend on it.", + "tcl76", "TCL v7.6 and packages which depend on it.", + "tk41", "Tk4.1 and packages which depend on it.", + "tk42", "Tk4.2 and packages which depend on it.", + "tk80", "Tk8.0 and packages which depend on it.", "troff", "TROFF Text formatting utilities.", "utils", "Various user utilities.", "utilities", "Various user utilities.", |