diff options
author | asami <asami@FreeBSD.org> | 2000-09-22 06:32:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-22 06:32:55 +0000 |
commit | 54da84c8d5ed55ea1d8e9d941af480b2615a3356 (patch) | |
tree | f95c8ba8e9d17e21e54e01f59f32fa02ca3ca145 /usr.sbin | |
parent | a98eb03942c3eb81b9cc691eb0f894ed85035305 (diff) | |
download | FreeBSD-src-54da84c8d5ed55ea1d8e9d941af480b2615a3356.zip FreeBSD-src-54da84c8d5ed55ea1d8e9d941af480b2615a3356.tar.gz |
Add french and zope.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/index.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 1302d72..5b7be97 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -96,6 +96,7 @@ static char *descrs[] = { "editors", "Common text editors.", "elisp", "Things related to Emacs Lisp.", "emulators", "Utilities for emulating other OS types.", + "french", "Ported software for French countries.", "ftp", "FTP client and server utilities.", "games", "Various and sundry amusements.", "german", "Ported software for Germanic countries.", @@ -158,6 +159,7 @@ static char *descrs[] = { "x11-servers", "X Window System servers.", "x11-toolkits", "X Window System based development toolkits.", "x11-wm", "X Window System window managers.", + "zope", "Software related to the Zope language.", NULL, NULL, }; |