]> andersk Git - moira.git/blobdiff - clients/moira/menus.c
new quota routines
[moira.git] / clients / moira / menus.c
index 13d88b90835ae6aa64b77a6c29f583ec1a40a40b..2ffa05a26d17c659c966112e2f6567f90b48aebe 100644 (file)
@@ -169,21 +169,23 @@ Menu quota_menu = {
   NULLFUNC,
   NULLFUNC,
   "Quota Menu",
-  7,
+  8,
   {
     SIMPLEFUNC("shdef", "Show default user quota (in KB)", ShowDefaultQuota),
     {ChangeDefaultQuota, NULLMENU, 2, {
       {"chdef", "Change default user quota"},
       {"quota", "New quota (in KB): "}
     } },
-    SIMPLEFUNC("shquota", "Show a user's disk quota on a filesytem",
-              ShowUserQuota),
-    SIMPLEFUNC("addquota", "Add a new disk quota for user on a filesytem",
-              AddUserQuota),
-    SIMPLEFUNC("chquota", "Change a user's disk quota on a filesytem",
-              ChangeUserQuota),
-    SIMPLEFUNC("rmquota", "Remove a user's disk quota on a filesytem",
-              RemoveUserQuota),
+    SIMPLEFUNC("getquota", "Show a quota on a filesystem",
+              GetQuota),
+    SIMPLEFUNC("getfsquotas", "Show all quotas on a filesystem",
+              GetQuotaByFilesys),
+    SIMPLEFUNC("addquota", "Add a new disk quota on a filesystem",
+              AddQuota),
+    SIMPLEFUNC("upquota", "Change a quota on a filesystem",
+              UpdateQuota),
+    SIMPLEFUNC("delquota", "Delete a quota on a filesystem",
+              DeleteQuota),
     SIMPLEFUNC("verbose", "Toggle Verbosity of Delete", ToggleVerboseMode)
   } 
 };
This page took 0.052462 seconds and 4 git commands to generate.