Author: brucec
Date: Sat Feb 19 09:24:24 2011
New Revision: 218840
URL: http://svn.freebsd.org/changeset/base/218840
Log:
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
Modified:
head/usr.sbin/sysinstall/menus.c
Modified: head/usr.sbin/sysinstall/menus.c
==============================================================================
--- head/usr.sbin/sysinstall/menus.c Sat Feb 19 09:08:13 2011
(r218839)
+++ head/usr.sbin/sysinstall/menus.c Sat Feb 19 09:24:24 2011
(r218840)
@@ -1283,8 +1283,6 @@ DMenu MenuStartup = {
{ " SVR4", "This host wants to be able to run SVR4 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "svr4_enable=YES" },
#endif
- { " quotas", "This host wishes to check quotas on startup.",
- dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
{ NULL } },
};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"