Fixup capitalization in some of the Startup menu entries.

Submitted by:	Hiten Pandya <hiten@unixdaemons.com>
This commit is contained in:
jhb 2003-02-03 16:14:33 +00:00
parent 5bf74b0d95
commit 9f2829b572
2 changed files with 12 additions and 12 deletions

View File

@ -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__

View File

@ -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__