diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-19 16:46:44 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-12-19 16:46:44 +0000 |
| commit | db8e6345c396e82cb5f987fd606f37f6788fb42d (patch) | |
| tree | 0bd6e51e845a3e005af47253c20c9afebedf93ac /usr.sbin | |
| parent | e0b43fcf443e356a3512be460ebd8bb55807d004 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sysinstall/index.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index dab05930e3bf..01efdfc55a95 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -101,6 +101,7 @@ static char *descrs[] = { "ftp", "FTP client and server utilities.", "games", "Various and sundry amusements.", "german", "Ported software for Germanic countries.", + "geography", "Geography-related software.", "gnome", "Components of the Gnome Desktop environment.", "graphics", "Graphics libraries and utilities.", "haskell", "Software related to the Haskell language.", @@ -142,6 +143,7 @@ static char *descrs[] = { "science", "Scientific software.", "security", "System security software.", "shells", "Various shells (tcsh, bash, etc).", + "spanish", "Ported software for the Spanish market.", "sysutils", "Various system utilities.", "tcl80", "TCL v8.0 and packages that depend on it.", "tcl81", "TCL v8.1 and packages that depend on it.", @@ -166,7 +168,7 @@ static char *descrs[] = { "x11-themes", "X Window System themes.", "x11-toolkits", "X Window System based development toolkits.", "x11-wm", "X Window System window managers.", - "xfce", "Software relating to the Xfce Desktop Environment.", + "xfce", "Software related to the Xfce Desktop Environment.", "zope", "Software related to the Zope platform.", NULL, NULL, }; |
