diff options
author | John Baldwin <jhb@FreeBSD.org> | 2000-08-16 17:44:35 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-16 17:44:35 +0000 |
commit | 984f3711091e337935ba66d0f5887d39a586956f (patch) | |
tree | 681775d9c405c60b8cd324b0f7b8d78a3e498787 | |
parent | 2bc268486d4fc65d36801b1e7f4efa31d339e861 (diff) | |
download | src-984f3711091e337935ba66d0f5887d39a586956f.tar.gz src-984f3711091e337935ba66d0f5887d39a586956f.zip |
Notes
-rw-r--r-- | release/sysinstall/index.c | 1 | ||||
-rw-r--r-- | usr.sbin/sysinstall/index.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index 584b471e9c7b..3a1a8f34d38e 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -128,6 +128,7 @@ static char *descrs[] = { "printing", "Utilities for dealing with printing.", "programming", "Software development utilities and libraries.", "python", "Software related to the Python language.", + "ruby", "Software related to the Ruby language.", "russian", "Ported software for the Russian market.", "security", "System security software.", "shells", "Various shells (tcsh, bash, etc).", diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 584b471e9c7b..3a1a8f34d38e 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -128,6 +128,7 @@ static char *descrs[] = { "printing", "Utilities for dealing with printing.", "programming", "Software development utilities and libraries.", "python", "Software related to the Python language.", + "ruby", "Software related to the Ruby language.", "russian", "Ported software for the Russian market.", "security", "System security software.", "shells", "Various shells (tcsh, bash, etc).", |