Remove the quotas option from the Startup Services menu.

GENERIC has no support for quotas so this option has no effect.

PR:		bin/123237
Submitted by:	Lawrence Mayer <lawmay3 at i12.com>
MFC after:	3 days
This commit is contained in:
Rebecca Cran 2011-02-19 09:24:24 +00:00
parent a44a43f098
commit be1b07bb25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218840

View File

@ -1283,8 +1283,6 @@ DMenu MenuStartup = {
{ " SVR4", "This host wants to be able to run SVR4 binaries.", { " SVR4", "This host wants to be able to run SVR4 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "svr4_enable=YES" }, dmenuVarCheck, dmenuToggleVariable, NULL, "svr4_enable=YES" },
#endif #endif
{ " quotas", "This host wishes to check quotas on startup.",
dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
{ NULL } }, { NULL } },
}; };