summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-02-03 16:14:33 +0000
committerjhb <jhb@FreeBSD.org>2003-02-03 16:14:33 +0000
commitb9b15dc424468d0fc0f6762a679816a5fc6e6fb5 (patch)
treeb2049afa2ea1809e327b32107c58557612cdbd6f /usr.sbin/sysinstall
parentb6e7b5a1a2817514524ddc41dbc476ce5955dc44 (diff)
downloadFreeBSD-src-b9b15dc424468d0fc0f6762a679816a5fc6e6fb5.zip
FreeBSD-src-b9b15dc424468d0fc0f6762a679816a5fc6e6fb5.tar.gz
Fixup capitalization in some of the Startup menu entries.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 12d5a1b0..79afd07 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1555,25 +1555,25 @@ DMenu MenuStartup = {
{ " usbd flags", "Set default flags to usbd (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "usbd_flags" },
{ " ", " -- ", NULL, NULL, NULL, NULL, ' ', ' ', ' ' },
- { " startup dirs", "Set the list of dirs to look for startup scripts",
+ { " Startup dirs", "Set the list of dirs to look for startup scripts",
dmenuVarCheck, dmenuISetVariable, NULL, "local_startup" },
{ " named", "Run a local name server on this host",
dmenuVarCheck, dmenuToggleVariable, NULL, "named_enable=YES" },
{ " named flags", "Set default flags to named (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "named_flags" },
- { " nis client", "This host wishes to be an NIS client.",
+ { " NIS client", "This host wishes to be an NIS client.",
dmenuVarCheck, configRpcBind, NULL, "nis_client_enable=YES" },
- { " nis domainname", "Set NIS domainname (if enabled)",
+ { " NIS domainname", "Set NIS domainname (if enabled)",
dmenuVarCheck, dmenuISetVariable, NULL, "nisdomainname" },
- { " nis server", "This host wishes to be an NIS server.",
+ { " NIS server", "This host wishes to be an NIS server.",
dmenuVarCheck, configRpcBind, NULL, "nis_server_enable=YES" },
{ " ", " -- ", NULL, NULL, NULL, NULL, ' ', ' ', ' ' },
- { " accounting", "This host wishes to run process accounting.",
+ { " Accounting", "This host wishes to run process accounting.",
dmenuVarCheck, dmenuToggleVariable, NULL, "accounting_enable=YES" },
{ " lpd", "This host has a printer and wants to run lpd.",
dmenuVarCheck, dmenuToggleVariable, NULL, "lpd_enable=YES" },
#ifdef WITH_LINUX
- { " linux", "This host wants to be able to run linux binaries.",
+ { " Linux", "This host wants to be able to run Linux binaries.",
dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" },
#endif
#ifdef __i386__
OpenPOWER on IntegriCloud