From be1b07bb2515677a19f64058b9620f3e78f259db Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Sat, 19 Feb 2011 09:24:24 +0000 Subject: [PATCH] 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 MFC after: 3 days --- usr.sbin/sysinstall/menus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index d16a0edd240b..360b6a910dc5 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -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 } }, };