summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-12-03 21:02:26 +0000
committerjhb <jhb@FreeBSD.org>2002-12-03 21:02:26 +0000
commite3f63b42b5690cfb9bfb7bfd430e10c125acb2b8 (patch)
treef17ad320e948b70733fab5d951836b8a2c0e7e89 /usr.sbin/sysinstall
parent71edc5e4eb36ba021cec4018ead8d4e7bd6d759d (diff)
downloadFreeBSD-src-e3f63b42b5690cfb9bfb7bfd430e10c125acb2b8.zip
FreeBSD-src-e3f63b42b5690cfb9bfb7bfd430e10c125acb2b8.tar.gz
Oops, forgot this cosmetic tweak to the perl menu item in my previous
commit. Approved by: re (this is what they actually reviewed)
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index b8aef0f..5e5455b 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -999,7 +999,7 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS },
{ " local", "Local additions collection",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_LOCAL},
- { " perl", "Perl",
+ { " perl", "The Perl distribution",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PERL },
{ " XFree86", "The XFree86 distribution",
#ifdef X_AS_PKG
OpenPOWER on IntegriCloud