aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-02-03 16:14:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-02-03 16:14:33 +0000
commit69d80a8d1c3387e7663820e828de5c30ea0daed1 (patch)
treeb2049afa2ea1809e327b32107c58557612cdbd6f /usr.sbin/sysinstall
parentb338d59feff770cc4f6652f2b8253d85c0bec89a (diff)
downloadsrc-69d80a8d1c3387e7663820e828de5c30ea0daed1.tar.gz
src-69d80a8d1c3387e7663820e828de5c30ea0daed1.zip
Fixup capitalization in some of the Startup menu entries.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Notes
Notes: svn path=/head/; revision=110289
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 12d5a1b0fefe..79afd07c7161 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__