Index: menus.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/menus.c,v retrieving revision 1.367 diff -u -r1.367 menus.c --- menus.c 26 Jan 2003 21:14:56 -0000 1.367 +++ menus.c 2 Feb 2003 19:25:49 -0000 @@ -1555,25 +1555,25 @@ { " 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__