summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-19 09:24:24 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-19 09:24:24 +0000
commit3cce2f5dfaa1afd6bd6d22c0d6b45ef59a7aa75a (patch)
treee75a3457c8c8b673e2f4b686c358e06a80ec6b72 /usr.sbin
parent908cadad86d099e23dfc106a90c3472ad7f2e16e (diff)
downloadFreeBSD-src-3cce2f5dfaa1afd6bd6d22c0d6b45ef59a7aa75a.zip
FreeBSD-src-3cce2f5dfaa1afd6bd6d22c0d6b45ef59a7aa75a.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 0 insertions, 2 deletions
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 } },
};
OpenPOWER on IntegriCloud