diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-03-24 21:52:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-03-24 21:52:25 +0000 |
commit | b44318d3c2310c0dadd135056bd6769913c46f8b (patch) | |
tree | 7afbbaa535276b44f270d969fa22dc4177ec7053 /usr.sbin | |
parent | 0a9619993d5769804f60c7b40162b0ef2fb993ce (diff) | |
download | src-test2-b44318d3c2310c0dadd135056bd6769913c46f8b.tar.gz src-test2-b44318d3c2310c0dadd135056bd6769913c46f8b.zip |
Notes
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 dd23fb5e068c..4f79a07dccdb 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -132,6 +132,7 @@ static char *descrs[] = { "python", "Software related to the Python language.", "ruby", "Software related to the Ruby language.", "russian", "Ported software for the Russian market.", + "science", "Scientific software.", "security", "System security software.", "shells", "Various shells (tcsh, bash, etc).", "sysutils", "Various system utilities.", @@ -149,6 +150,7 @@ static char *descrs[] = { "tk83", "Tk8.3 and packages that depend on it.", "tkstep80", "tkstep wm and packages that depend on it.", "troff", "TROFF text formatting utilities.", + "ukrainian", "Ported software for the Ukrainian market.", "vietnamese", "Ported software for the Vietnamese market.", "windowmaker", "Ports to support the WindowMaker window manager.", "www", "WEB utilities (browers, HTTP servers, etc).", |