From 3cce2f5dfaa1afd6bd6d22c0d6b45ef59a7aa75a Mon Sep 17 00:00:00 2001 From: brucec Date: Sat, 19 Feb 2011 09:24:24 +0000 Subject: 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(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index d16a0ed..360b6a9 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 } }, }; -- cgit v1.1