diff options
author | knu <knu@FreeBSD.org> | 2002-09-09 17:53:41 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-09 17:53:41 +0000 |
commit | 03f6ecd2b2605fba421246185cbb62b6b89cab90 (patch) | |
tree | dbaf700122d686c45f4f0c6e7baca6d269a45a96 /usr.sbin | |
parent | 605a22100e0488fde53e1c37c8dfbe3bbb21891c (diff) | |
download | FreeBSD-src-03f6ecd2b2605fba421246185cbb62b6b89cab90.zip FreeBSD-src-03f6ecd2b2605fba421246185cbb62b6b89cab90.tar.gz |
Add tcl81 that was missing.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 19c3781..81eecd2 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -140,6 +140,7 @@ static char *descrs[] = { "tcl75", "TCL v7.5 and packages that depend on it.", "tcl76", "TCL v7.6 and packages that depend on it.", "tcl80", "TCL v8.0 and packages that depend on it.", + "tcl81", "TCL v8.1 and packages that depend on it.", "tcl82", "TCL v8.2 and packages that depend on it.", "tcl83", "TCL v8.3 and packages that depend on it.", "textproc", "Text processing/search utilities.", |