svn commit: r218840 - head/usr.sbin/sysinstall

Bruce Cran brucec at FreeBSD.org
Sat Feb 19 09:24:24 UTC 2011


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 } },
 };
 


More information about the svn-src-head mailing list